We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8376792 commit e04e1c0Copy full SHA for e04e1c0
lib/Components/add_torrent_sheet.dart
@@ -44,7 +44,11 @@ class _AddTorrentSheetState extends State<AddTorrentSheet> {
44
@override
45
Widget build(BuildContext context) {
46
return Container(
47
- color: ThemeProvider.theme.primaryColorLight,
+ decoration: BoxDecoration(
48
+ borderRadius: BorderRadius.only(
49
+ topRight: Radius.circular(15), topLeft: Radius.circular(15)),
50
+ color: ThemeProvider.theme.primaryColorLight,
51
+ ),
52
padding: EdgeInsets.symmetric(vertical: 25, horizontal: 20),
53
child: Form(
54
key: _formKey,
0 commit comments