From e33e7bd6fda14b4dee07213ad5150879e0959556 Mon Sep 17 00:00:00 2001 From: Robin Lopez Date: Wed, 27 Mar 2024 10:43:27 +0100 Subject: [PATCH] #74 (style) - Add btn search speaker list --- mobile/src/styles/components/_listModeSwitch.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/styles/components/_listModeSwitch.scss b/mobile/src/styles/components/_listModeSwitch.scss index 7a498623..3132ea9a 100644 --- a/mobile/src/styles/components/_listModeSwitch.scss +++ b/mobile/src/styles/components/_listModeSwitch.scss @@ -5,7 +5,7 @@ &-button { height: 38px; - width: 38px; + width: 52px; margin: 0; --background: transparent; --color: var(--app-primary);