Many subtle improvements to the UI design system (#1537)

This commit is contained in:
Keavon Chambers
2023-12-28 04:35:20 -08:00
committed by GitHub
parent 34f952bad1
commit 96b5d7b520
62 changed files with 326 additions and 521 deletions
@@ -51,7 +51,6 @@
// Styling
export let minWidth = 0;
export let sharpRightCorners = false;
// Callbacks
export let incrementCallbackIncrease: (() => void) | undefined = undefined;
@@ -581,7 +580,6 @@
{label}
{disabled}
{tooltip}
{sharpRightCorners}
{styles}
hideContextMenu={true}
spellcheck={false}
@@ -658,7 +656,7 @@
background: none;
&:hover {
background: var(--color-5-dullgray);
background: var(--color-4-dimgray);
}
&.right {