From 3273bc51d2830440fa813375b4c5e5963eff2717 Mon Sep 17 00:00:00 2001 From: cherik Date: Mon, 11 Oct 2021 16:03:09 +0330 Subject: [PATCH] feat: add QuoteText --- src/components/typography/QuoteText.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/typography/QuoteText.tsx b/src/components/typography/QuoteText.tsx index 7c96561..43eb544 100644 --- a/src/components/typography/QuoteText.tsx +++ b/src/components/typography/QuoteText.tsx @@ -1,11 +1,11 @@ import styled from "styled-components"; -export interface IOverlineProps { +export interface IQuoteTextProps { size?: 'small' | 'medium' | 'large'; } -export const Overline = styled.a` - /* Overline */ +export const QuoteText = styled.a` + /* QuoteText */ font-family: Red Hat Text; font-weight: normal; font-style: normal;