Better form and remove squares
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Signed-off-by: Nikolai Rodionov <allanger@posteo.de>
This commit is contained in:
@@ -72,10 +72,11 @@ class AppTheme {
|
||||
width: 1.0,
|
||||
),
|
||||
),
|
||||
hoverColor: LightModeColors.inputBackground,
|
||||
enabledBorder: OutlineInputBorder(
|
||||
borderRadius: BorderRadius.all(Radius.circular(8.0)),
|
||||
borderSide: BorderSide(
|
||||
color: LightModeColors.inputDefaultBorder,
|
||||
color: LightModeColors.inputHoverBorder,
|
||||
width: 1.0,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user