fix: Image search rendering problem

This commit is contained in:
krille-chan 2025-02-05 17:35:24 +01:00
commit 59648bf2d7
No known key found for this signature in database
4 changed files with 33 additions and 9 deletions

View file

@ -65,7 +65,7 @@ class NaviRailItem extends StatelessWidget {
borderRadius: borderRadius,
color: isSelected
? theme.colorScheme.primaryContainer
: theme.colorScheme.surfaceBright,
: theme.colorScheme.surfaceContainerHigh,
child: Tooltip(
message: toolTip,
child: InkWell(