Skip to content

Commit

Permalink
fix(SpellCard): fix border-color style
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Aug 4, 2022
1 parent 90848f5 commit f75804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpellCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default defineComponent({
transition: border 0.1s linear;
&.selected-spell {
border: 3px solid rgba(0, 0, 0, 0.7);
border-color: rgba(var(--color-text), 0.7);
}
}
Expand Down

0 comments on commit f75804f

Please sign in to comment.