Remove redundant classes
This commit is contained in:
parent
884d9ecf6c
commit
dbaaa9beee
|
@ -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"}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue