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

@@ -154,7 +154,7 @@
on:click={async () => {
alertMd(getRequestLog())
}}
class="drop-shadow-lg p-3 border-borderc border-solid mt-6 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
class="drop-shadow-lg p-3 border-darkborderc border-solid mt-6 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
{language.ShowLog}
</button>
{#if Capacitor.isNativePlatform()}
@@ -162,7 +162,7 @@
on:click={async () => {
estaStorage = await capStorageInvestigation()
}}
class="drop-shadow-lg p-3 border-borderc border-solid mt-6 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
class="drop-shadow-lg p-3 border-darkborderc border-solid mt-6 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
Investigate Storage
</button>
@@ -182,7 +182,7 @@
on:click={async () => {
installPython()
}}
class="drop-shadow-lg p-3 border-borderc border-solid mt-6 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
class="drop-shadow-lg p-3 border-darkbutton border-solid mt-6 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
Test Python
</button>
{/if}