Changed theme to globally enable rounded borders for textfields

This commit is contained in:
2026-01-21 14:43:02 +01:00
parent 306a38a36a
commit 5eb58d7cf2
3 changed files with 15 additions and 21 deletions

View File

@@ -41,9 +41,7 @@ class CreateBookmarkCollectionDialog extends StatelessWidget {
FilteringTextInputFormatter.deny(RegExp(r'\s\s+')),
],
decoration: InputDecoration(
// TODO: Localize
labelText: AppLocalizations.of(context)!.collectionName,
border: OutlineInputBorder(borderRadius: BorderRadius.circular(10)),
),
),
actions: [