fix: Image search rendering problem
This commit is contained in:
parent
d7ac0aa605
commit
59648bf2d7
4 changed files with 33 additions and 9 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue