Skip to content

Commit

Permalink
Merge pull request #197 from aws/dogusata/footer-text-size-adjustments
Browse files Browse the repository at this point in the history
Adjust footer text size
  • Loading branch information
dogusata authored Dec 5, 2024
2 parents 5cd780f + b569d53 commit 429064b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
npm run lint
npm run format:check
npm run tests:e2e
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/mynah-ui",
"displayName": "AWS Mynah UI",
"version": "4.21.0",
"version": "4.21.1",
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
"publisher": "Amazon Web Services",
"license": "Apache License 2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
--mynah-font-size-large: 1.25rem;
--mynah-font-size-xlarge: 1.4rem;
--mynah-font-size-xxlarge: 1.6rem;
--mynah-line-height: 1.5rem;
--mynah-line-height: 1.25rem;

--mynah-syntax-code-line-height: 1.5rem;
--mynah-syntax-code-font-size: var(--vscode-editor-font-size, var(--mynah-font-size-medium));
Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/chat/_chat-prompt-wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@

&,
& * {
font-size: var(--mynah-font-size-xsmall);
font-size: var(--mynah-font-size-xsmall) !important;
}

&:empty {
Expand Down

0 comments on commit 429064b

Please sign in to comment.