Skip to content

Commit

Permalink
Update theme.json
Browse files Browse the repository at this point in the history
set outline button to inherit text and border colors from parent group, ensuring proper display across all backgrounds
  • Loading branch information
JohnPixle authored Dec 7, 2023
1 parent b97685d commit 5f27154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"radius": "3px",
"style": "solid",
"width": "2px",
"color": "var(--wp--preset--color--raft-accent)"
"color": "transparent"
},
"color": {
"background": "var(--wp--preset--color--raft-accent)",
Expand All @@ -439,11 +439,11 @@
"border": {
"style": "solid",
"width": "2px",
"color": "var(--wp--preset--color--raft-accent)"
"color": "inherit"
},
"color": {
"background": "transparent",
"text": "var(--wp--preset--color--raft-accent)"
"text": "inherit"
},
"spacing": {
"padding": {
Expand Down

0 comments on commit 5f27154

Please sign in to comment.