Skip to content

Commit bf819eb

Browse files
committed
chore: version bump
1 parent b42c136 commit bf819eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/mynah-ui",
33
"displayName": "AWS Mynah UI",
4-
"version": "4.35.0-beta.2",
4+
"version": "4.35.0-beta.3",
55
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
66
"publisher": "Amazon Web Services",
77
"license": "Apache License 2.0",

src/styles/components/card/_card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
@each $status in $mynah-statuses {
5454
&.status-#{$status} {
55-
&:before{
55+
&:before {
5656
content: '';
5757
z-index: 0;
5858
background-color: var(--mynah-color-status-#{$status});

0 commit comments

Comments
 (0)