feat: Better wallpapers with blur and opacity sliders and improved styles page

This commit is contained in:
krille-chan 2024-11-01 10:49:18 +01:00
commit 9ee7551ad4
No known key found for this signature in database
7 changed files with 314 additions and 222 deletions

View file

@ -449,12 +449,6 @@ class Message extends StatelessWidget {
fontWeight: FontWeight.bold,
fontSize: 12 * AppConfig.fontSizeFactor,
color: theme.colorScheme.secondary,
shadows: [
Shadow(
color: theme.colorScheme.surface,
blurRadius: 3,
),
],
),
),
),
@ -495,12 +489,6 @@ class Message extends StatelessWidget {
fontWeight: FontWeight.bold,
fontSize: 12 * AppConfig.fontSizeFactor,
color: theme.colorScheme.secondary,
shadows: [
Shadow(
color: theme.colorScheme.surface,
blurRadius: 3,
),
],
),
),
),