ED:Change color/fix font

This commit is contained in:
supalerk-ar66 2026-01-13 11:46:52 +07:00
parent 959a7e3f85
commit 1e7a183668
9 changed files with 31 additions and 30 deletions

View file

@ -165,7 +165,7 @@ const emit = defineEmits<{
.btn-premium-secondary {
background: transparent;
color: var(--text-main);
color: #1e293b;
padding: 0.875rem;
border-radius: 1rem;
font-weight: 800;
@ -175,7 +175,8 @@ const emit = defineEmits<{
}
.btn-premium-secondary:hover {
background: var(--bg-body);
border-color: #cbd5e1;
border-color: #94a3b8;
color: #0f172a;
}
:global(.dark) .btn-premium-secondary {