We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bfda0 commit 1cb58daCopy full SHA for 1cb58da
site/src/components/Avatar/Avatar.tsx
@@ -9,7 +9,7 @@ import { combineClasses } from "util/combineClasses"
9
import { firstLetter } from "./firstLetter"
10
11
export type AvatarProps = MuiAvatarProps & {
12
- size?: "sm" | "md" | "xl"
+ size?: "md" | "xl"
13
colorScheme?: "light" | "darken"
14
fitImage?: boolean
15
}
@@ -47,11 +47,6 @@ export const AvatarIcon: FC<{ children: JSX.Element }> = ({ children }) => {
47
48
const useStyles = makeStyles((theme) => ({
49
// Size styles
50
- sm: {
51
- width: theme.spacing(4),
52
- height: theme.spacing(4),
53
- fontSize: theme.spacing(2),
54
- },
55
// Just use the default value from theme
56
md: {},
57
xl: {
0 commit comments