Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit ed3c7d1

Browse files
committed
refactor: links font weight obj with mui theme
refactor: links font weight obj with mui theme refactor: links font weight obj with mui theme
1 parent 8561cdb commit ed3c7d1

File tree

15 files changed

+227
-284
lines changed

15 files changed

+227
-284
lines changed

dist/components/atoms/Typography.d.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

dist/components/atoms/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ import Logo from './Logo';
55
import LogoNavbar from './LogoNavbar';
66
import StyledNavTab from './StyledNavTab';
77
import NetworkIndicator from './NetworkIndicator';
8-
import Typography from './Typography';
98
export * from './modal';
10-
export { Button, Checkbox, LoginOption, Logo, LogoNavbar, StyledNavTab, NetworkIndicator, Typography, };
9+
export { Button, Checkbox, LoginOption, Logo, LogoNavbar, StyledNavTab, NetworkIndicator, };

dist/components/molecules/UnitsInput.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { FC } from 'react';
2-
import { InputProps } from '@material-ui/core';
2+
import { InputProps } from '@material-ui/core/Input';
33
export interface UnitsInputProps extends InputProps {
44
handleOnChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
55
handleOnBlur?: () => void;

0 commit comments

Comments
 (0)