fix: widget overflow
This commit is contained in:
@@ -139,7 +139,7 @@ class TextFormView extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize: 14,
|
||||
color: fontColorDisabled ?? ColorPalette.slate500,
|
||||
color: fontColorDisabled ?? ColorPalette.slate800,
|
||||
),
|
||||
readOnly: readOnly,
|
||||
validator: validator,
|
||||
@@ -161,7 +161,7 @@ class TextFormView extends StatelessWidget {
|
||||
hintStyle: hintTextStyle ??
|
||||
const TextStyle(
|
||||
fontSize: 14,
|
||||
color: ColorPalette.greyFont,
|
||||
color: ColorPalette.slate400,
|
||||
fontWeight: FontWeight.normal,
|
||||
),
|
||||
isDense: true,
|
||||
|
||||
Reference in New Issue
Block a user