mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 15:09:22 +01:00
Fix scroll label invisible under light theme
This commit is contained in:
parent
f90acc076d
commit
63e977b83b
1 changed files with 2 additions and 2 deletions
|
@ -353,8 +353,8 @@ class _HomePhotosState extends State<HomePhotos>
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
|
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
|
||||||
child: Text(
|
child: Text(
|
||||||
text,
|
text,
|
||||||
style: TextStyle(
|
style: const TextStyle(
|
||||||
color: AppTheme.getPrimaryTextColorInverse(context),
|
color: AppTheme.primaryTextColorLight,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue