Skip to content

Commit 121e8b7

Browse files
committed
fix(NcAvatar): Increase contrast of avatar status icon
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent b01bcef commit 121e8b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/NcAvatar/NcAvatar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ export default {
837837
line-height: 15px;
838838
font-size: var(--default-font-size);
839839
border: 2px solid var(--color-main-background);
840+
outline: var(--color-main-text) solid 2px;
840841
background-color: var(--color-main-background);
841842
background-repeat: no-repeat;
842843
background-size: 16px;

0 commit comments

Comments
 (0)