mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
fix: Further improvements on app theming
This commit is contained in:
@ -43,7 +43,7 @@ class _SearchBarState extends State<SearchBar> {
|
||||
hintText: widget.hintText,
|
||||
prefixIcon: Icon(
|
||||
Icons.search,
|
||||
color: Theme.of(context).iconTheme.color,
|
||||
color: Theme.of(context).colorScheme.secondary,
|
||||
),
|
||||
suffixIcon: _textController.text.isNotEmpty
|
||||
? IconButton(
|
||||
|
Reference in New Issue
Block a user