Browse Source

Lynx: Remove button styles from the green style variation. (#6647)

alaczek 2 years ago
parent
commit
ea1485e89b
1 changed files with 0 additions and 16 deletions
  1. 0 16
      lynx/styles/green.json

+ 0 - 16
lynx/styles/green.json

@@ -26,21 +26,5 @@
 				}
 			]
 		}
-	},
-	"styles": {
-		"blocks": {
-			"core/button": {
-				"border": {
-					"radius": "4px",
-					"width": "2px",
-					"style": "solid",
-					"color": "var(--wp--preset--color--foreground)"
-				},
-				"color": {
-					"background": "transparent",
-					"text": "var(--wp--preset--color--foreground)"
-				}
-			}
-		}
 	}
 }