changed border radius

This commit is contained in:
shilangyu 2020-09-16 01:28:40 +02:00
parent 6625fe4da3
commit 0352586f97
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class _CommunitySubscribeToggle extends HookWidget {
: BoxDecoration( : BoxDecoration(
color: subbed.value ? theme.accentColor : null, color: subbed.value ? theme.accentColor : null,
border: Border.all(color: theme.accentColor), border: Border.all(color: theme.accentColor),
borderRadius: BorderRadius.circular(5), borderRadius: BorderRadius.circular(7),
), ),
child: delayed.loading child: delayed.loading
? Container( ? Container(