Skip to content

Commit

Permalink
fix: switch merchant dialog box ui issue (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Jun 19, 2024
1 parent f37237d commit 51baf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/SwitchMerchant/SwitchMerchant.res
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module AddNewMerchantButton = {
} else {
"group flex rounded-md items-center px-2 py-2 text-sm"
}
`${activeClasses} ${textColor.primaryNormal} flex gap-2 font-medium w-56`
`${activeClasses} ${textColor.primaryNormal} flex gap-2 font-medium w-56 `
}>
<Icon name="plus-circle" size=15 />
{"Add a new merchant"->React.string}
Expand Down Expand Up @@ -211,7 +211,7 @@ module ExternalUser = {
} else {
"group flex rounded-md items-center w-full px-2 py-2 text-sm"
}
`${activeClasses} font-medium`
`${activeClasses} font-medium text-start`
}>
<div className="mr-5"> {option.merchant_name->React.string} </div>
</button>
Expand Down

0 comments on commit 51baf8e

Please sign in to comment.