Skip to content

Commit

Permalink
fix(NcAvatar): Increase contrast of avatar status icon
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Dec 5, 2023
1 parent b01bcef commit 121e8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAvatar/NcAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ export default {
line-height: 15px;
font-size: var(--default-font-size);
border: 2px solid var(--color-main-background);
outline: var(--color-main-text) solid 2px;
background-color: var(--color-main-background);
background-repeat: no-repeat;
background-size: 16px;
Expand Down

0 comments on commit 121e8b7

Please sign in to comment.