mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
theme: set button's line height to 100% for new variants
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -248,7 +248,3 @@ kbd {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
@@ -90,7 +90,8 @@ export const newCreateButtonVariant = (
|
||||
paddingX: "spacing5",
|
||||
fontSize: "md",
|
||||
fontWeight: 600,
|
||||
borderRadius: "radius2"
|
||||
borderRadius: "radius2",
|
||||
lineHeight: "100%"
|
||||
});
|
||||
|
||||
const newAccent = newCreateButtonVariant("accent", "accentForeground", {
|
||||
|
||||
Reference in New Issue
Block a user