Skip to content

Commit 2c1b1f9

Browse files
committed
fix(NcAvatar): remove extra border around icons
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 parent 25322ca commit 2c1b1f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/NcAvatar/NcAvatar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,6 @@ export default {
938938
width: 40%;
939939
line-height: 1;
940940
font-size: clamp(var(--font-size-small, 13px), 85%, var(--default-font-size));
941-
border: 2px solid var(--color-main-background);
942941
background-color: var(--color-main-background);
943942
background-repeat: no-repeat;
944943
background-size: 16px;

0 commit comments

Comments
 (0)