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}

View File

@@ -27,7 +27,7 @@
<div class="w-full flex flex-col pt-2 mt-2 border-t border-t-selected first:pt-0 first:mt-0 first:border-0" data-risu-idx={idx}>
<div class="flex items-center transition-colors w-full p-1">
<button class="endflex valuer border-borderc" on:click={() => {
<button class="endflex valuer border-darkborderc" on:click={() => {
value.secondkey = value.secondkey ?? ''
open = !open
if(open){