Skip to content

Commit

Permalink
feat: add QuoteText
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Oct 11, 2021
1 parent c7afb7d commit 3273bc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/typography/QuoteText.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import styled from "styled-components";

export interface IOverlineProps {
export interface IQuoteTextProps {
size?: 'small' | 'medium' | 'large';
}

export const Overline = styled.a<IOverlineProps>`
/* Overline */
export const QuoteText = styled.a<IQuoteTextProps>`
/* QuoteText */
font-family: Red Hat Text;
font-weight: normal;
font-style: normal;
Expand Down

0 comments on commit 3273bc5

Please sign in to comment.