1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Remove redundant classes

This commit is contained in:
Andrew Kingston 2024-03-26 10:46:58 +00:00
parent 884d9ecf6c
commit dbaaa9beee

View file

@ -249,7 +249,7 @@
<div class="component-container">
{#if loading}
<div
class={`loading spectrum spectrum--medium ${$themeStore.baseTheme} ${$themeStore.theme}`}
class={`loading ${$themeStore.baseTheme} ${$themeStore.theme}`}
class:tablet={$previewStore.previewDevice === "tablet"}
class:mobile={$previewStore.previewDevice === "mobile"}
>