Skip to content

Commit e476c61

Browse files
committed
make input_window prettier
1 parent 400de62 commit e476c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rentnerend/lib/input_window.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ class _InputWindowState extends State<InputWindow> {
490490
// borderColor: Theme.of(context).scaffoldBackgroundColor,
491491
// color: Theme.of(context).buttonTheme.colorScheme?.secondary,
492492
borderWidth: 1.5,
493-
borderRadius: BorderRadius.circular(80),
493+
borderRadius: BorderRadius.only(topLeft: Radius.circular(40), topRight: Radius.circular(40)),
494494
isSelected: [
495495
md.meta.widgets.scoreboard,
496496
md.meta.widgets.gameplan,

0 commit comments

Comments
 (0)