clean up UI

This commit is contained in:
srikanth716
2022-12-20 09:31:07 +05:30
parent cecdb5ec5f
commit 8ce62c57f4
13 changed files with 252 additions and 92 deletions

View File

@@ -41,7 +41,7 @@ export const Button: React.FC<ButtonProps> = (props) => {
weight="semibold"
align="center"
color={
type === 'solid' || type === 'addId'
type === 'solid' || type === 'addId' || type === 'radius'
? Theme.Colors.whiteText
: Theme.Colors.AddIdBtnTxt
}>