refactor: Update color handling to use ARGB format and improve theme consistency

This commit is contained in:
2026-07-01 10:41:59 +02:00
parent 82515960f6
commit 972006c29f
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -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(