Skip to content

Commit

Permalink
Merge pull request #611 from captain-Akshay/captain/learningpath
Browse files Browse the repository at this point in the history
feat(components): ui bug
  • Loading branch information
aabidsofi19 authored May 5, 2024
2 parents df7c697 + 5b81d1f commit 671557d
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 671557d

Please sign in to comment.