We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02db0c4 commit a4e9291Copy full SHA for a4e9291
input/AvatarInput.vue
@@ -65,8 +65,8 @@ async function removeAvatar() {
65
border-radius: 50%;
66
cursor: pointer;
67
color: #fff;
68
- border: 2px solid var(--bg-primary);
69
- background: var(--accent-primary);
+ border: 2px solid var(--wow-bg);
+ background: var(--wow-accent);
70
}
71
.delete-avatar svg {
72
width: 20px;
@@ -87,6 +87,6 @@ async function removeAvatar() {
87
margin-top: 10px;
88
89
object-fit: cover;
90
- border: 2px solid var(--accent-primary);
+ border: 2px solid var(--wow-accent);
91
92
</style>
0 commit comments