From 8e92c78f54dbdf953e364c1534f07c0079006dd7 Mon Sep 17 00:00:00 2001 From: tsym77yoshi <67378554+tsym77yoshi@users.noreply.github.com> Date: Wed, 29 May 2024 21:37:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=89=B2=E3=82=92=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E6=9B=B8=E3=81=8D=E8=BE=BC=E3=81=BE=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog/HotkeySettingDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dialog/HotkeySettingDialog.vue b/src/components/Dialog/HotkeySettingDialog.vue index 84d55a2e8d..bd79ee1730 100644 --- a/src/components/Dialog/HotkeySettingDialog.vue +++ b/src/components/Dialog/HotkeySettingDialog.vue @@ -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 {