switched colors of 2d and 3d because wrong lol
This commit is contained in:
parent
02cabb05ad
commit
3fea371315
|
@ -24,7 +24,7 @@
|
||||||
{#if typeof colors[key] === 'object' && colors[key] !== null}
|
{#if typeof colors[key] === 'object' && colors[key] !== null}
|
||||||
<div
|
<div
|
||||||
class="badge2 text-primary-content cozette"
|
class="badge2 text-primary-content cozette"
|
||||||
style="background: linear-gradient({colors[key].rotation}, {colors[key].color1} {colors[key].offset}, {colors[key].color2} {colors[key].offset});">
|
style="background: linear-gradient({colors[key].rotation}, {colors[key].color2} {colors[key].offset}, {colors[key].color1} {colors[key].offset});">
|
||||||
{tag}
|
{tag}
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
|
|
Loading…
Reference in New Issue