Skip to content

Commit

Permalink
Button link variant 의 overflow 시 짤리는 현상 해결했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Dec 14, 2023
1 parent 2a8a320 commit e3ed7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export default createStyles((theme, { size, color, fullWidth }: ButtonStylesProp
height: 'auto',
padding: 0,
backgroundColor: 'transparent',
overflow: 'visible',
color: theme.foundations.tokens.color.text.text_base,

'&:not(:disabled):hover': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {

export const Default = {
render: (props) => {
return <Button {...props}>Button</Button>;
return <Button {...props}>Try Something</Button>;
},
};

Expand Down

0 comments on commit e3ed7db

Please sign in to comment.