mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Change border radius
This commit is contained in:
@ -76,6 +76,7 @@ class _TextFieldEditorState extends State<TextFieldEditor> {
|
||||
),
|
||||
),
|
||||
focusedBorder: OutlineInputBorder(
|
||||
borderRadius: kBorderRadius8,
|
||||
borderSide: BorderSide(
|
||||
color: Theme.of(context).colorScheme.primary.withOpacity(
|
||||
kHintOpacity,
|
||||
@ -83,6 +84,7 @@ class _TextFieldEditorState extends State<TextFieldEditor> {
|
||||
),
|
||||
),
|
||||
enabledBorder: OutlineInputBorder(
|
||||
borderRadius: kBorderRadius8,
|
||||
borderSide: BorderSide(
|
||||
color: Theme.of(context).colorScheme.surfaceVariant,
|
||||
),
|
||||
|
Reference in New Issue
Block a user