Skip to content

Commit

Permalink
💄 modify categories sort style
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 29, 2024
1 parent 8f3ffbc commit d34749b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/screens/CategoriesSortScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,14 @@ class _CategoriesSortPanelState extends State<CategoriesSortPanel> {
width: imageSize,
height: imageSize,
color: Colors.black.withOpacity(.6),
margin: const EdgeInsets.all(4.0),
),
if (_categoriesSort.contains(title))
Container(
width: imageSize,
height: imageSize,
color: Colors.black.withOpacity(.2),
margin: const EdgeInsets.all(4.0),
),
if (_categoriesSort.contains(title))
Container(
Expand Down

0 comments on commit d34749b

Please sign in to comment.