From fff307d4bba9e3ce1b7b179d76b0f00697409c50 Mon Sep 17 00:00:00 2001 From: sei0o Date: Sat, 6 Oct 2018 17:51:59 +0900 Subject: fix #2346 --- src/client/theme/dark.json5 | 3 ++- src/client/theme/light.json5 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/theme') diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index 72362a2305..c69fe18cba 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -83,7 +83,8 @@ reactionPickerButtonHoverBg: 'rgba(255, 255, 255, 0.18)', - reactionViewerBorder: 'rgba(255, 255, 255, 0.1)', + reactionViewerButtonBorder: 'rgba(255, 255, 255, 0.1)', + reactionViewerButtonHoverBorder: 'rgba(255, 255, 255, 0.2)', pollEditorInputBg: 'rgba(0, 0, 0, 0.25)', diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5 index 90d0d40187..db5a57d9cd 100644 --- a/src/client/theme/light.json5 +++ b/src/client/theme/light.json5 @@ -83,7 +83,8 @@ reactionPickerButtonHoverBg: '#eee', - reactionViewerBorder: 'rgba(0, 0, 0, 0.1)', + reactionViewerButtonBorder: 'rgba(0, 0, 0, 0.1)', + reactionViewerButtonHoverBorder: 'rgba(0, 0, 0, 0.2)', pollEditorInputBg: '#fff', -- cgit v1.2.3-freya