chore: Follow up design

This commit is contained in:
Krille 2024-03-27 09:21:46 +01:00
commit f3141f955d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 29 additions and 33 deletions

View file

@ -32,7 +32,6 @@ class StateMessage extends StatelessWidget {
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 12 * AppConfig.fontSizeFactor,
color: Theme.of(context).colorScheme.secondary,
decoration:
event.redacted ? TextDecoration.lineThrough : null,
),