mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46: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),
|
||||
child: Text(
|
||||
text,
|
||||
style: TextStyle(
|
||||
color: AppTheme.getPrimaryTextColorInverse(context),
|
||||
style: const TextStyle(
|
||||
color: AppTheme.primaryTextColorLight,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue