Skip to content

Commit

Permalink
Fix font type
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Oct 9, 2023
1 parent 7973499 commit 1a513fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Typography/Text/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from "styled-components";

export type TextColor = "default" | "muted";
export type TextSize = "xs" | "sm" | "md" | "lg";
export type TextWeight = "normal" | "medium" | "semibold" | "bold";
export type TextWeight = "normal" | "medium" | "semibold" | "bold" | "mono";

export interface TextProps {
color?: TextColor;
Expand Down

0 comments on commit 1a513fb

Please sign in to comment.