mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
search suggestions
This commit is contained in:
@@ -306,7 +306,7 @@ class _ComicPageState extends LoadingState<ComicPage, ComicDetails>
|
||||
];
|
||||
color = context.useBackgroundColor(colors[(i++) % (colors.length)]);
|
||||
} else {
|
||||
color = context.colorScheme.surfaceContainer;
|
||||
color = context.colorScheme.surfaceContainerLow;
|
||||
}
|
||||
|
||||
final borderRadius = BorderRadius.circular(12);
|
||||
|
Reference in New Issue
Block a user