change colorscheme

This commit is contained in:
kwaroran
2024-07-17 16:43:35 +09:00
parent 88f8880509
commit 7fcd7ccdd9
11 changed files with 23 additions and 22 deletions

View File

@@ -396,11 +396,9 @@
{/if}
{#if currentChar.type === 'group'}
<button
on:click={makeGroupImage}
class="drop-shadow-lg p-2 border-borderc border-solid mt-2 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected">
<Button on:click={makeGroupImage}>
{language.createGroupImg}
</button>
</Button>
{/if}