mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
clean up UI
This commit is contained in:
@@ -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
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user