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:
01zulfi
2026-07-22 14:12:41 +05:00
parent 445701c7d5
commit ea2af9fd98
2 changed files with 2 additions and 5 deletions

View File

@@ -248,7 +248,3 @@ kbd {
opacity: 1;
}
}
button {
line-height: 100%;
}

View File

@@ -90,7 +90,8 @@ export const newCreateButtonVariant = (
paddingX: "spacing5",
fontSize: "md",
fontWeight: 600,
borderRadius: "radius2"
borderRadius: "radius2",
lineHeight: "100%"
});
const newAccent = newCreateButtonVariant("accent", "accentForeground", {