chore: follow up borderradius

This commit is contained in:
Krille-chan 2026-03-05 18:55:13 +01:00 committed by GitHub
parent 661339f7ab
commit cb8b3be205
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ abstract class AppConfig {
static const String schemePrefix = 'matrix:';
static const String pushNotificationsChannelId = 'fluffychat_push';
static const String pushNotificationsAppId = 'chat.fluffy.fluffychat';
static const double borderRadius = 8.0;
static const double borderRadius = 16.0;
static const double spaceBorderRadius = 11.0;
static const double columnWidth = 360.0;