From 5f27154d52f5e38dc3f247c5a0ac50773c07668a Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Thu, 7 Dec 2023 13:40:53 +0200 Subject: [PATCH] Update theme.json set outline button to inherit text and border colors from parent group, ensuring proper display across all backgrounds --- theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.json b/theme.json index e92642e..3376ccf 100644 --- a/theme.json +++ b/theme.json @@ -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)", @@ -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": {