Skip to content

Commit

Permalink
fix(tag): update green border color (#1537)
Browse files Browse the repository at this point in the history
* Updating rh-tag green border color

* docs: changeset

---------

Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
  • Loading branch information
markcaron and bennypowers authored May 7, 2024
1 parent af7620d commit d694ed6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-seals-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rhds/elements": patch
---

`<rh-tag>`: update green border color
2 changes: 1 addition & 1 deletion elements/rh-tag/rh-tag.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
.green {
--_content-color: var(--rh-color-green-70, #204d00);
--_background-color: var(--rh-color-green-10, #e9f7df);
--_before-border-color: var(--rh-color-green-20, #d1f1bb);
--_before-border-color: var(--rh-color-green-30, #afdc8f);
--_icon-color: var(--rh-color-green-60, #3d7317);
}

Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,17 @@
"docs"
]
},
"build:test": {
"dependencies": [
"patch",
"analyze",
"compile"
]
},
"test": {
"command": "wtr --group default",
"dependencies": [
"build"
"build:test"
]
},
"compile": {
Expand Down

0 comments on commit d694ed6

Please sign in to comment.