We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac9be9 commit 41c8fc0Copy full SHA for 41c8fc0
2 files changed
src/theme/component-variables/avatarVariables.ts
@@ -27,11 +27,7 @@ export const getAvatarVariables = (
27
width: '100%',
28
},
29
30
- text: {
31
- alignItems: 'center',
32
- display: 'flex',
33
- justifyContent: 'center',
34
- },
+ text: {},
35
36
fills: themeVariables.fills,
37
};
src/theme/style-getters/getAvatarStyles.ts
@@ -111,9 +111,7 @@ export const getAvatarStyles = (
111
...avatarVariables.text,
112
color: colorProps.color,
113
fontSize: initialsFontSize,
114
- height: size,
115
lineHeight: initialsFontSize,
116
- width: size,
117
118
119
imageStyle: avatarVariables.image,
0 commit comments