refactor: Update color handling to use ARGB format and improve theme consistency
This commit is contained in:
@@ -94,7 +94,7 @@ class _SearchAppBarState extends State<SearchAppBar> {
|
||||
decoration: InputDecoration(
|
||||
hintText: widget.searchHint,
|
||||
hintStyle: TextStyle(
|
||||
color: palette.textSecondary.withOpacity(0.6),
|
||||
color: palette.textSecondary.withValues(alpha: 0.6),
|
||||
),
|
||||
suffixIcon: _searchController.text.isNotEmpty
|
||||
? IconButton(
|
||||
|
||||
Reference in New Issue
Block a user