From e5cf51b2d616996f84a11c7d766810b47f6aa42e Mon Sep 17 00:00:00 2001 From: Hyunggyu Jang Date: Sun, 26 Mar 2023 12:50:12 +0900 Subject: [PATCH 1/2] Add fast tab for bing tone --- client/src/components/Main/BingStyles.jsx | 6 ++++++ client/src/style.css | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/client/src/components/Main/BingStyles.jsx b/client/src/components/Main/BingStyles.jsx index a54134e34d..d8de802658 100644 --- a/client/src/components/Main/BingStyles.jsx +++ b/client/src/components/Main/BingStyles.jsx @@ -44,6 +44,12 @@ function BingStyles(props, ref) { + {'Fast'} + + {'Balanced'} diff --git a/client/src/style.css b/client/src/style.css index 01d837a863..83033915cf 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -37,7 +37,7 @@ bottom: 39px; z-index: 995; margin-left: auto; margin-right: auto; -width: 308px; /* Need a specific value to work */ +width: 408px; /* Need a specific value to work */ transition: all 0.5s ease-in-out; pointer-events: none; transform: translateY(-60px); @@ -59,6 +59,10 @@ transform: translateY(-60px); background: linear-gradient(90deg, #2870EA 10.79%, #1B4AEF 87.08%); } +.balanced-tab { + background: linear-gradient(90deg, #DC8000 10.79%, #F09005 87.08%); +} + .precise-tab { background: linear-gradient(90deg, #006880 10.79%, #005366 87.08%) } @@ -1917,4 +1921,4 @@ button.scroll-convo { } .hidden-visibility { visibility: hidden; -} \ No newline at end of file +} From c119c4044aff86d892247d1dae939d2dc28ba8ea Mon Sep 17 00:00:00 2001 From: Hyunggyu Jang Date: Sun, 26 Mar 2023 19:52:25 +0900 Subject: [PATCH 2/2] Adjust color --- client/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style.css b/client/src/style.css index 83033915cf..7a0ae4df62 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -60,7 +60,7 @@ transform: translateY(-60px); } .balanced-tab { - background: linear-gradient(90deg, #DC8000 10.79%, #F09005 87.08%); + background: linear-gradient(90deg, #D7871A 10.79%, #9F6005 87.08%); } .precise-tab {