@@ -460,7 +460,7 @@
</div>
<div class="flex justify-end text-sm font-medium">
<button
- class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
+ class="px-3 py-1.5 text-sm font-medium bg-black hover:bg-gray-900 text-white dark:bg-white dark:text-black dark:hover:bg-gray-100 transition rounded-full"
type="submit"
>
{$i18n.t('Save')}
@@ -439,7 +439,7 @@
<div class="flex justify-end pt-3 text-sm font-medium">
@@ -814,7 +814,7 @@
@@ -137,7 +137,7 @@
@@ -648,7 +648,7 @@
- class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg flex flex-row space-x-1 items-center {loading
+ class="px-3 py-1.5 text-sm font-medium bg-black hover:bg-gray-900 text-white dark:bg-white dark:text-black dark:hover:bg-gray-100 transition rounded-full flex flex-row space-x-1 items-center {loading
? ' cursor-not-allowed'
: ''}"
@@ -361,7 +361,7 @@
@@ -549,7 +549,7 @@
{#if PIPELINES_LIST !== null && PIPELINES_LIST.length > 0}
@@ -205,7 +205,7 @@
@@ -397,7 +397,7 @@
on:click={async () => {
const res = await submitHandler();
@@ -233,7 +233,7 @@
@@ -323,7 +323,7 @@
on:click={() => {
saveSettings({
system: system !== '' ? system : undefined,
@@ -567,7 +567,7 @@
@@ -89,7 +89,7 @@