Skip to content

Commit e04e1c0

Browse files
Akshatji800jesec
authored andcommitted
Solves simple UI bug in add torrent screen
1 parent 8376792 commit e04e1c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/Components/add_torrent_sheet.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ class _AddTorrentSheetState extends State<AddTorrentSheet> {
4444
@override
4545
Widget build(BuildContext context) {
4646
return Container(
47-
color: ThemeProvider.theme.primaryColorLight,
47+
decoration: BoxDecoration(
48+
borderRadius: BorderRadius.only(
49+
topRight: Radius.circular(15), topLeft: Radius.circular(15)),
50+
color: ThemeProvider.theme.primaryColorLight,
51+
),
4852
padding: EdgeInsets.symmetric(vertical: 25, horizontal: 20),
4953
child: Form(
5054
key: _formKey,

0 commit comments

Comments
 (0)