mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
@@ -95,8 +95,9 @@ class FollowItem extends StatelessWidget {
|
||||
),
|
||||
style: FilledButton.styleFrom(
|
||||
padding: const EdgeInsets.fromLTRB(15, 0, 15, 0),
|
||||
foregroundColor:
|
||||
item.attribute == -1 ? null : theme.colorScheme.outline,
|
||||
foregroundColor: item.attribute == -1
|
||||
? null
|
||||
: theme.colorScheme.outline,
|
||||
backgroundColor: item.attribute == -1
|
||||
? null
|
||||
: theme.colorScheme.onInverseSurface,
|
||||
|
||||
Reference in New Issue
Block a user