Skip to content

Commit

Permalink
feat(components): ui bug
Browse files Browse the repository at this point in the history
Signed-off-by: captain-Akshay <[email protected]>
  • Loading branch information
captain-Akshay committed May 5, 2024
1 parent 03691f3 commit 5b81d1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/custom/TransferModal/TransferList/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export const TransferButton = styled(Button)(({ theme }) => ({
borderRadius: '10px',
borderColor: theme.palette.border?.strong,
boxShadow: 'none',
display: 'flex',
flexDirection: 'row',
fill: theme.palette.icon.default,
'&:hover': {
borderColor: theme.palette.border?.brand,
Expand Down

0 comments on commit 5b81d1f

Please sign in to comment.