-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font sizes overhaul - first usages #162
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nejake navrhy na zvazenie ale asi pohodinda
// TODO(#127): 10px (10/16=0.625rem). ale treba asi nastavit height celeho menu itemu, nech to neskace | ||
border-bottom: 0.3rem solid black; | ||
border-color: black; | ||
border-width: 10px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls no
@@ -70,7 +74,9 @@ const MenuMainItem: FC<{caption: string; url: string}> = ({caption, url}) => { | |||
|
|||
return ( | |||
<div className={clsx(styles.menuItem, active && styles.active)}> | |||
<Link href={url}>{caption}</Link> | |||
<Typography variant="h2" textTransform="uppercase"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
podla mna variant="button1"
src/theme.ts
Outdated
const _theme = createTheme({ | ||
typography: { | ||
fontFamily: ['Poppins', 'sans-serif'].join(','), | ||
}, | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zvazil by som mozno pridat
// Disable variants
button: undefined,
first work of #127 - we can potentially leave rest to beginners