Skip to content

Commit 671557d

Browse files
authored
Merge pull request #611 from captain-Akshay/captain/learningpath
feat(components): ui bug
2 parents df7c697 + 5b81d1f commit 671557d

File tree

1 file changed

+2
-0
lines changed
  • src/custom/TransferModal/TransferList

1 file changed

+2
-0
lines changed

src/custom/TransferModal/TransferList/style.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export const TransferButton = styled(Button)(({ theme }) => ({
4747
borderRadius: '10px',
4848
borderColor: theme.palette.border?.strong,
4949
boxShadow: 'none',
50+
display: 'flex',
51+
flexDirection: 'row',
5052
fill: theme.palette.icon.default,
5153
'&:hover': {
5254
borderColor: theme.palette.border?.brand,

0 commit comments

Comments
 (0)