Skip to content

Commit

Permalink
Add outline button focus text color
Browse files Browse the repository at this point in the history
Text needs to be white on the blue background
  • Loading branch information
adamwoodnz committed Nov 28, 2023
1 parent 8765bf3 commit 3e45255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/wp-content/themes/wporg-parent-2021/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@
"color": "var(--wp--preset--color--blueberry-1)"
},
"color": {
"background": "var(--wp--preset--color--blueberry-1)"
"background": "var(--wp--preset--color--blueberry-1)",
"text": "var(--wp--preset--color--white)"
}
},
"active": {
Expand Down

0 comments on commit 3e45255

Please sign in to comment.