From 97d68d7b31d4db1b0cdd07a0196c63d4493a621f Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 27 Sep 2018 02:02:07 +0900 Subject: [PATCH] example commit --- .../app/common/views/components/cw-button.vue | 14 ++++---------- src/client/theme/dark.json | 3 +++ src/client/theme/light.json | 3 +++ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/client/app/common/views/components/cw-button.vue b/src/client/app/common/views/components/cw-button.vue index 06087edc9..79917f82a 100644 --- a/src/client/app/common/views/components/cw-button.vue +++ b/src/client/app/common/views/components/cw-button.vue @@ -22,23 +22,17 @@ export default Vue.extend({ diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 5a8e1ce8f..14caf1922 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -19,6 +19,9 @@ "autocompleteItemHoverBg": "rgba(255, 255, 255, 0.1)", "autocompleteItemText": "rgba(255, 255, 255, 0.8)", "autocompleteItemTextSub": "rgba(255, 255, 255, 0.3)", + "cwButtonBg": "#687390", + "cwButtonFg": "#393f4f", + "cwButtonHoverBg": "#707b97", "reactionPickerButtonHoverBg": "rgba(255, 255, 255, 0.18)", "desktopHeaderBg": "#313543", "mobileSignedInAsBg": "#273c34", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 4ae10b5ca..7a039ef29 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -19,6 +19,9 @@ "autocompleteItemHoverBg": "rgba(0, 0, 0, 0.1)", "autocompleteItemText": "rgba(0, 0, 0, 0.8)", "autocompleteItemTextSub": "rgba(0, 0, 0, 0.3)", + "cwButtonBg": "#b1b9c1", + "cwButtonFg": "#fff", + "cwButtonHoverBg": "#bbc4ce", "reactionPickerButtonHoverBg": "#eee", "desktopHeaderBg": "#f7f7f7", "mobileSignedInAsBg": "#fcfff5",