Skip to content

Commit c697cca

Browse files
committed
mobile modal button fix
1 parent 6f09445 commit c697cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lumi/Components/Modal.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ styles = jss
422422
, paddingRight: "16px"
423423
, "& button.lumi":
424424
{ fontSize: "16px"
425-
, lineHeight: "24px"
425+
, lineHeight: "initial"
426426
, padding: "10px 21px 10px"
427427
}
428428
}

0 commit comments

Comments
 (0)