diff --git a/src/ui/components/Glyph.tsx b/src/ui/components/Glyph.tsx index f6f99ec05..11c548ae8 100644 --- a/src/ui/components/Glyph.tsx +++ b/src/ui/components/Glyph.tsx @@ -87,7 +87,7 @@ export default class Glyph extends React.Component<{ color?: string; }> { render() { - const {name, size, variant, color, className} = this.props; + const {name, size = 16, variant, color, className} = this.props; return (