From 139cd8f719d518574feeabe030bf6606f901b2ac Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 27 May 2022 20:22:56 -0400 Subject: [PATCH] Chats: fix audio toggle styles --- app/styles/chats.scss | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index f41aaf4e9..ba712010b 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -104,25 +104,20 @@ } .audio-toggle .react-toggle-thumb { - height: 14px; - width: 14px; - border: 1px solid var(--brand-color--med); + @apply w-3.5 h-3.5 border border-solid border-primary-400; } .audio-toggle .react-toggle { - height: 16px; - top: 4px; + @apply top-1; } .audio-toggle .react-toggle-track { - height: 16px; - width: 34px; - background-color: var(--accent-color); + @apply h-4 w-8 bg-accent-500; } .audio-toggle .react-toggle-track-check { - left: 2px; - bottom: 5px; + left: 4px; + bottom: 0; } .react-toggle--checked .react-toggle-thumb { @@ -130,8 +125,8 @@ } .audio-toggle .react-toggle-track-x { - right: 8px; - bottom: 5px; + right: 5px; + bottom: 0; } .fa {