Add lara dark

pull/1751/head
Cagatay Civici 2021-11-09 13:19:01 +03:00
parent 17a91470dd
commit bbc7978990
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
<span>Lara Light Indigo</span>
</div>
<div class="p-col-3">
<button class="p-link" type="button" @click="changeTheme($event, 'lara-dark-indigo')">
<button class="p-link" type="button" @click="changeTheme($event, 'lara-dark-indigo', true)">
<img src="demo/images/themes/lara-dark-indigo.svg" alt="Lara Dark Indigo" />
</button>
<span>Lara Dark Indigo</span>
@ -150,7 +150,7 @@
<span>Lara Light Purple</span>
</div>
<div class="p-col-3">
<button class="p-link" type="button" @click="changeTheme($event, 'lara-dark-purple')">
<button class="p-link" type="button" @click="changeTheme($event, 'lara-dark-purple', true)">
<img src="demo/images/themes/lara-dark-purple.svg" alt="Lara Dark Purple" />
</button>
<span>Lara Dark Purple</span>