* fix: 1080p

* opt: import export

* opt: downloader

* opt: skeleton

* opt: parseColor

* tweak

* opt: sb seek

* opt: rxn
This commit is contained in:
My-Responsitories
2026-05-08 12:50:43 +00:00
committed by GitHub
parent b7b40c557e
commit f5dbfcec79
30 changed files with 258 additions and 376 deletions

View File

@@ -29,7 +29,7 @@ class FavNoteItem extends StatelessWidget {
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final colorScheme = ColorScheme.of(context);
return Material(
type: MaterialType.transparency,
child: InkWell(
@@ -71,7 +71,7 @@ class FavNoteItem extends StatelessWidget {
),
Positioned.fill(
child: selectMask(
theme,
colorScheme,
item.checked,
),
),
@@ -100,7 +100,7 @@ class FavNoteItem extends StatelessWidget {
style: TextStyle(
fontSize: 14,
height: 1,
color: theme.colorScheme.outline,
color: colorScheme.outline,
),
),
const Spacer(),
@@ -110,7 +110,7 @@ class FavNoteItem extends StatelessWidget {
style: TextStyle(
fontSize: 13,
height: 1,
color: theme.colorScheme.outline,
color: colorScheme.outline,
),
),
],