Add additional keyboard shortcut tooltips

This commit is contained in:
Keavon Chambers
2021-06-13 11:20:48 -07:00
parent f53c907c03
commit ca712813c3
2 changed files with 14 additions and 14 deletions
@@ -2,8 +2,8 @@
<div class="working-colors">
<SwatchPairInput />
<div class="swap-and-reset">
<IconButton @click="swapColors" :icon="'SwapButton'" :size="16" />
<IconButton @click="resetColors" :icon="'ResetColorsButton'" :size="16" />
<IconButton @click="swapColors" :icon="'SwapButton'" title="Swap (Shift+X)" :size="16" />
<IconButton @click="resetColors" :icon="'ResetColorsButton'" title="Reset (Ctrl+Shift+X)" :size="16" />
</div>
</div>
</template>