ED:Change color/fix font
This commit is contained in:
parent
959a7e3f85
commit
1e7a183668
9 changed files with 31 additions and 30 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue