add otp component

This commit is contained in:
2024-02-06 17:02:12 +07:00
parent dacf5461f3
commit 4b4b42beae
8 changed files with 202 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ class ButtonView extends StatelessWidget {
side: isOutlined
? BorderSide(
color: disabled
? color.surface
? ColorPalette.greyBorder
: isSecondaryColor
? ColorPalette.greyBorder
: ColorPalette.primary,