switched colors of 2d and 3d because wrong lol

This commit is contained in:
BOTAlex 2025-01-14 03:15:05 +01:00
parent 02cabb05ad
commit 3fea371315
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{#if typeof colors[key] === 'object' && colors[key] !== null}
<div
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}
</div>
{:else}