Skip to content

Commit 5bfbf32

Browse files
authored
fix issue 487: HomeButton component background fills its container if the tile next to it is a different height. (#491)
1 parent ebd9dcf commit 5bfbf32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/src/components/HomeButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const useStyles = makeStyles({
2626
textDecoration: "none",
2727
textTransform: "none",
2828
width: "100%",
29+
height: "100%",
2930
"&:hover": {
3031
background: props.buttonColor || colors.greyDark,
3132
filter: "brightness(95%)",

0 commit comments

Comments
 (0)