chore: Design follow up
This commit is contained in:
parent
65fd8a4184
commit
cdaaad9c54
4 changed files with 23 additions and 38 deletions
|
|
@ -213,17 +213,7 @@ class SettingsStyleView extends StatelessWidget {
|
|||
),
|
||||
child: DecoratedBox(
|
||||
decoration: BoxDecoration(
|
||||
gradient: LinearGradient(
|
||||
colors: [
|
||||
theme.colorScheme.primary,
|
||||
theme.brightness == Brightness.light
|
||||
? theme.colorScheme
|
||||
.onPrimaryFixedVariant
|
||||
: theme.colorScheme.primaryFixed,
|
||||
],
|
||||
begin: Alignment.centerLeft,
|
||||
end: Alignment.bottomRight,
|
||||
),
|
||||
color: theme.colorScheme.primary,
|
||||
borderRadius: BorderRadius.circular(
|
||||
AppConfig.borderRadius,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue