diff --git a/.husky/pre-push b/.husky/pre-push index 425ddc89..5ec09714 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,3 +1,2 @@ npm run lint npm run format:check -npm run tests:e2e diff --git a/package-lock.json b/package-lock.json index c8749c33..4236a81c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aws/mynah-ui", - "version": "4.21.0", + "version": "4.21.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aws/mynah-ui", - "version": "4.21.0", + "version": "4.21.1", "hasInstallScript": true, "license": "Apache License 2.0", "dependencies": { diff --git a/package.json b/package.json index a3ebc04a..c9e2841c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss index a4a338fb..0cf2e766 100644 --- a/src/styles/_variables.scss +++ b/src/styles/_variables.scss @@ -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)); diff --git a/src/styles/components/chat/_chat-prompt-wrapper.scss b/src/styles/components/chat/_chat-prompt-wrapper.scss index a68020ac..d43a63f6 100644 --- a/src/styles/components/chat/_chat-prompt-wrapper.scss +++ b/src/styles/components/chat/_chat-prompt-wrapper.scss @@ -354,7 +354,7 @@ &, & * { - font-size: var(--mynah-font-size-xsmall); + font-size: var(--mynah-font-size-xsmall) !important; } &:empty {