set color on settings page ribbon

This commit is contained in:
zoe 2022-09-30 20:33:29 +02:00
parent 0c5f512766
commit e633750ced
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ Widget settings(context) {
),
Container(
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.surface,
border: Border(
top: BorderSide(
color: Theme.of(context).colorScheme.primary, width: 2))),