Skip to content

Commit

Permalink
Merge pull request #593 from Groww-OSS/fix/mint-base-semantic-upgrade
Browse files Browse the repository at this point in the history
Fix/mint base semantic upgrade
  • Loading branch information
saloni-groww authored Jan 3, 2025
2 parents b82e7cb + 9bac571 commit a4aaf9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/mint-css/base/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ p {

body {
background: var(--dangerouslySetPrimaryBg) !important;
color: var(--gray900) !important;
color: var(--content-primary) !important;
margin: 0;
box-sizing: border-box;
font-weight: 435;
Expand All @@ -66,7 +66,7 @@ body {
}

a {
color: var(--green500);
color: var(--content-accent);
text-decoration: none;
}

Expand Down
6 changes: 3 additions & 3 deletions packages/mint-css/base/utility.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
font-weight: 500;
line-height: 1.29;
letter-spacing: 0.23px;
color: var(--green500);
color: var(--content-accent);
margin-left: 5px;
cursor: pointer;
}
Expand All @@ -157,7 +157,7 @@
border-style: dashed;
border-width: 1px;
opacity: 0.2;
color: var(--gray700);
color: var(--content-secondary);
width: 100%;
}

Expand Down Expand Up @@ -190,6 +190,6 @@ html[xmlns] .clearfix {

.componentsMainHeading {
font-weight: 500;
color: var(--gray900);
color: var(--content-primary);
margin: 0;
}
2 changes: 1 addition & 1 deletion packages/mint-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/mint-css",
"version": "0.2.0",
"version": "0.2.1",
"description": "A CSS library that provides classes, tokens, variables, fonts and other essential stylings governed under MINT design system, used by Groww",
"main": "./dist/bundle.css",
"files": [
Expand Down

0 comments on commit a4aaf9a

Please sign in to comment.