Fixed #4687 - Improve Lara dark colors

pull/4694/head
Cagatay Civici 2023-10-25 05:34:05 +03:00
parent c1785bce22
commit b81c31c58e
5 changed files with 958 additions and 958 deletions

View File

@ -3,7 +3,7 @@
<div class="p-2"> <div class="p-2">
<section class="pb-4 flex align-items-center justify-content-between border-bottom-1 surface-border"> <section class="pb-4 flex align-items-center justify-content-between border-bottom-1 surface-border">
<span class="text-xl font-semibold">Scale</span> <span class="text-xl font-semibold">Scale</span>
<div class="flex align-items-center gap-2 border-1 surface-border p-2" style="border-radius: 30px"> <div class="flex align-items-center gap-2 border-1 surface-border py-1 px-2" style="border-radius: 30px">
<Button icon="pi pi-minus" @click="decrementScale" text rounded class="w-2rem h-2rem" :disabled="scale === scales[0]" /> <Button icon="pi pi-minus" @click="decrementScale" text rounded class="w-2rem h-2rem" :disabled="scale === scales[0]" />
<i v-for="s in scales" :key="s" :class="['pi pi-circle-fill text-sm text-200', { 'text-lg text-primary': s === scale }]" /> <i v-for="s in scales" :key="s" :class="['pi pi-circle-fill text-sm text-200', { 'text-lg text-primary': s === scale }]" />
@ -13,7 +13,7 @@
<section class="py-4 flex align-items-center justify-content-between border-bottom-1 surface-border"> <section class="py-4 flex align-items-center justify-content-between border-bottom-1 surface-border">
<span class="text-xl font-semibold">Input Style</span> <span class="text-xl font-semibold">Input Style</span>
<SelectButton :modelValue="inputStyle" @update:modelValue="onInputStyleChange" :options="inputStyles" optionLabel="label" optionValue="value" /> <SelectButton :modelValue="inputStyle" @update:modelValue="onInputStyleChange" :options="inputStyles" optionLabel="label" optionValue="value" :allowEmpty="false" />
</section> </section>
<section class="py-4 flex align-items-center justify-content-between border-bottom-1 surface-border"> <section class="py-4 flex align-items-center justify-content-between border-bottom-1 surface-border">

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff