File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import { LinkBox, LinkOverlay } from "./link-box"
12
12
const avatarStyles = tv ( {
13
13
slots : {
14
14
container :
15
- "relative shrink-0 flex overflow-hidden rounded-full focus:outline-4 focus:-outline-offset-1 focus:rounded-full active:shadow-none [&_img]:hover:opacity-70 border border-transparent active:border-primary-hover justify-center items-center " ,
16
- fallback : "bg-body text-body-inverse" ,
15
+ "relative shrink-0 overflow-hidden rounded-full focus:outline-4 focus:-outline-offset-1 focus:rounded-full active:shadow-none [&_img]:hover:opacity-70 border border-transparent active:border-primary-hover " ,
16
+ fallback : "bg-body text-body-inverse flex justify-center items-center " ,
17
17
} ,
18
18
variants : {
19
19
size : {
You can’t perform that action at this time.
0 commit comments