Skip to content

Commit

Permalink
added xxl font size
Browse files Browse the repository at this point in the history
  • Loading branch information
dogusata committed Nov 6, 2024
1 parent 2ffb2b8 commit b516e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
--mynah-font-size-small: 1rem;
--mynah-font-size-medium: 1.125rem;
--mynah-font-size-large: 1.25rem;
--mynah-font-size-xlarge: 1.4rem;
--mynah-font-size-xxlarge: 1.6rem;
--mynah-line-height: 1.5rem;

--mynah-syntax-code-line-height: 1.5rem;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/chat/_chat-wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
> .mynah-ui-title-description-icon-title,
> .mynah-ui-title-description-icon-description {
font-size: calc(2 * var(--mynah-font-size-xxsmall));
font-size: var(--mynah-font-size-xxlarge);
}
&:empty {
display: none;
Expand Down

0 comments on commit b516e98

Please sign in to comment.