Fixed color for scaler

pull/1280/head^2
Cagatay Civici 2021-11-15 10:22:31 +03:00
parent b991539ba1
commit c260b5cdba
2 changed files with 6 additions and 2 deletions

View File

@ -129,7 +129,7 @@
</div>
</div>
<h5>PrimeOne Design</h5>
<h5>PrimeOne Design - 2022</h5>
<div class="p-grid free-themes">
<div class="p-col-3">
<button class="p-link" type="button" @click="changeTheme($event, 'lara-light-indigo')">
@ -179,6 +179,10 @@
</button>
<span>Lara Dark Cyan</span>
</div>
</div>
<h5>PrimeOne Design - 2021</h5>
<div class="p-grid free-themes">
<div class="p-col-3">
<button class="p-link" type="button" @click="changeTheme($event, 'saga-blue')">
<img src="demo/images/themes/saga-blue.png" alt="Saga Blue" />

View File

@ -95,7 +95,7 @@
&.scale-active {
font-size: 1.25rem;
color: $linkColor;
color: var(--primary-color);
}
}
}