Fix grid keyboard shortcuts being hard to read in light theme
This commit is contained in:
parent
b112995fd0
commit
0a0e78c314
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue