mod: 收藏夹样式

This commit is contained in:
guozhigq
2023-08-12 17:58:46 +08:00
parent 58cdcdabb5
commit 43866cbbfc
4 changed files with 92 additions and 63 deletions

View File

@ -37,10 +37,7 @@ class IntroDetail extends StatelessWidget {
width: 32,
height: 3,
decoration: BoxDecoration(
color: Theme.of(context)
.colorScheme
.onSecondaryContainer
.withOpacity(0.5),
color: Theme.of(context).colorScheme.primary,
borderRadius:
const BorderRadius.all(Radius.circular(3))),
),