Skip to content

Commit fd03a66

Browse files
committed
code format
1 parent 6ad58bc commit fd03a66

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/web/app/components/namecard/NamecardAvatar.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ const COLOR_AVATAR_NAME = {
4343
4444
.avatar {
4545
display: grid;
46-
4746
place-items: center;
48-
background: color-mix(in srgb, var(--color-vue-blue), #000 20%) url('/namecard/bg_texture.png')
49-
no-repeat;
47+
background: color-mix(in srgb, var(--color-vue-blue), #000 20%) url('/namecard/bg_texture.png') no-repeat;
5048
background-size: cover;
5149
container: avatar / inline-size;
5250
box-shadow: var(--shadow-1);
@@ -56,7 +54,7 @@ const COLOR_AVATAR_NAME = {
5654
margin-top: 1.25rem;
5755
width: 25px;
5856
aspect-ratio: 1;
59-
background-color: #fff;
57+
background-color: var(--color-white);
6058
border-radius: 50%;
6159
@media (--mobile) {
6260
margin-top: 0.9375rem;

0 commit comments

Comments
 (0)