From 2bfd26b2b589c22a96e31d38e743ddf6dbff0da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 12 Aug 2022 20:48:39 +0200 Subject: [PATCH] Fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/video-grid/VideoTileSettingsModal.module.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/video-grid/VideoTileSettingsModal.module.css b/src/video-grid/VideoTileSettingsModal.module.css index 09a4b07..f1cdb50 100644 --- a/src/video-grid/VideoTileSettingsModal.module.css +++ b/src/video-grid/VideoTileSettingsModal.module.css @@ -27,7 +27,7 @@ --slider-color: var(--quinary-content); --slider-height: 4px; --thumb-color: var(--accent); - --thumb-radious: 100%; + --thumb-radius: 100%; --thumb-size: 16px; --thumb-margin-top: -6px; @@ -64,7 +64,7 @@ height: var(--thumb-size); width: var(--thumb-size); margin-top: var(--thumb-margin-top); - border-radius: var(--thumb-radious); + border-radius: var(--thumb-radius); background: var(--thumb-color); } .localVolumeSlider[type="range"]::-ms-thumb { @@ -74,7 +74,7 @@ height: var(--thumb-size); width: var(--thumb-size); margin-top: var(--thumb-margin-top); - border-radius: var(--thumb-radious); + border-radius: var(--thumb-radius); background: var(--thumb-color); } .localVolumeSlider[type="range"]::-webkit-slider-thumb { @@ -84,7 +84,7 @@ height: var(--thumb-size); width: var(--thumb-size); margin-top: var(--thumb-margin-top); - border-radius: var(--thumb-radious); + border-radius: var(--thumb-radius); background: var(--thumb-color); }