Merge pull request #2659 from krille-chan/krille-chan-patch-1

chore: follow up borderradius
This commit is contained in:
Krille-chan 2026-03-06 07:13:45 +01:00 committed by GitHub
commit 39845d95ab
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;