Add color to interface
This commit is contained in:
@@ -7,6 +7,7 @@ interface HeadingProps {
|
||||
size?: 'default' | 'medium' | 'large' | 'small';
|
||||
isCentered?: boolean;
|
||||
isNoMargin?: boolean;
|
||||
color?: string;
|
||||
}
|
||||
|
||||
interface ParagraphProps {
|
||||
|
Reference in New Issue
Block a user