1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Fix grid keyboard shortcuts being hard to read in light theme

This commit is contained in:
Andrew Kingston 2023-05-16 15:29:48 +01:00
parent b112995fd0
commit 0a0e78c314
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
padding: 2px 6px;
font-size: 12px;
font-weight: 600;
background-color: var(--spectrum-global-color-gray-200);
background-color: var(--spectrum-global-color-gray-300);
color: var(--spectrum-global-color-gray-700);
border-radius: 4px;
text-align: center;

View file

@ -219,7 +219,7 @@
<Button size="M" secondary newStyles on:click={clear}>
<div class="button-with-keys">
Cancel
<KeyboardShortcut overlay keybind="Esc" />
<KeyboardShortcut keybind="Esc" />
</div>
</Button>
</div>