change colorscheme
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user