From 0352586f97e37626970ccfd30322aec4baa1a147 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Wed, 16 Sep 2020 01:28:40 +0200 Subject: [PATCH] changed border radius --- lib/pages/communities_tab.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/communities_tab.dart b/lib/pages/communities_tab.dart index c346cfe..7db66fa 100644 --- a/lib/pages/communities_tab.dart +++ b/lib/pages/communities_tab.dart @@ -270,7 +270,7 @@ class _CommunitySubscribeToggle extends HookWidget { : BoxDecoration( color: subbed.value ? theme.accentColor : null, border: Border.all(color: theme.accentColor), - borderRadius: BorderRadius.circular(5), + borderRadius: BorderRadius.circular(7), ), child: delayed.loading ? Container(