Skip to content

Commit

Permalink
fix the text in info button (make bigger) (#1020) (#1026)
Browse files Browse the repository at this point in the history
Co-authored-by: Barak Yakter <byakter@gmail,com>
  • Loading branch information
byakter and Barak Yakter authored Jan 10, 2024
1 parent 9c989d6 commit b652237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/card/AnyWayCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const AnyWayCard: FC<IProps> = ({
</AnyWayButton>
{information && (
<Box className={classes.information}>
<Tooltip title={information} placement="top" aria-label="info" className={classes.tooltip}>
<Tooltip title={information} placement="top" aria-label="info" classes={{ tooltip: classes.tooltip }}>
<span>
<InfoOutlinedIcon />
</span>
Expand Down

0 comments on commit b652237

Please sign in to comment.