Updated the css themes to remove specific stuff from chartDisplay
added $components alias to svelte.config.js
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="button-row">
|
||||
{#each themes as theme}
|
||||
<button on:click={() => (currentTheme = theme)} class:active={currentTheme === theme}>
|
||||
{theme.charAt(0).toUpperCase() + theme.slice(1)}
|
||||
{theme.charAt(0).toUpperCase()}
|
||||
</button>
|
||||
{/each}
|
||||
</div>
|
||||
@@ -21,4 +21,3 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user