Skip to content

Commit

Permalink
fix: 色を直接書き込まない
Browse files Browse the repository at this point in the history
  • Loading branch information
tsym77yoshi committed May 29, 2024
1 parent 9b12c51 commit 8e92c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog/HotkeySettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ const resetHotkey = async (action: string) => {
.hotkey-line {
display: flex;
width: 100%;
border-bottom: solid 1px grey;
border-bottom: solid 1px colors.$surface;
padding: 2px 0;
> span {
Expand Down

0 comments on commit 8e92c78

Please sign in to comment.