Skip to content

Commit a4e9291

Browse files
authored
Avatar upload
1 parent 02db0c4 commit a4e9291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

input/AvatarInput.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ async function removeAvatar() {
6565
border-radius: 50%;
6666
cursor: pointer;
6767
color: #fff;
68-
border: 2px solid var(--bg-primary);
69-
background: var(--accent-primary);
68+
border: 2px solid var(--wow-bg);
69+
background: var(--wow-accent);
7070
}
7171
.delete-avatar svg {
7272
width: 20px;
@@ -87,6 +87,6 @@ async function removeAvatar() {
8787
margin-top: 10px;
8888
border-radius: 50%;
8989
object-fit: cover;
90-
border: 2px solid var(--accent-primary);
90+
border: 2px solid var(--wow-accent);
9191
}
9292
</style>

0 commit comments

Comments
 (0)