Skip to content

Commit b7a7b78

Browse files
authored
fix: Add offset to avatar's focus-visible outline (#45)
1 parent 4247ca3 commit b7a7b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/avatar/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $avatar-size: 28px;
3535
outline: none;
3636

3737
@include shared.when-visible {
38-
@include shared.focus-highlight(1px, 50%);
38+
@include shared.focus-highlight(4px, 50%);
3939
}
4040
}
4141

0 commit comments

Comments
 (0)