Index: wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 54300)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -919,7 +919,9 @@
 
 
 /* Block: Button ----------------------------- */
-
+:root .editor-styles-wrapper .wp-block-button{
+	letter-spacing: 0.0333em;
+}
 :root .editor-styles-wrapper .wp-block-button__link,
 :root .editor-styles-wrapper .wp-block-file__button {
 	background: #cd2653;
@@ -927,7 +929,6 @@
 	color: #fff;
 	font-size: 15px;
 	font-weight: 600;
-	letter-spacing: 0.0333em;
 	line-height: 1.25;
 	padding: 1.1em 1.44em;
 	text-transform: uppercase;
Index: wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 54300)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -923,7 +923,9 @@
 
 
 /* Block: Button ----------------------------- */
-
+:root .editor-styles-wrapper .wp-block-button{
+	letter-spacing: 0.0333em;
+}
 :root .editor-styles-wrapper .wp-block-button__link,
 :root .editor-styles-wrapper .wp-block-file__button {
 	background: #cd2653;
@@ -931,7 +933,6 @@
 	color: #fff;
 	font-size: 15px;
 	font-weight: 600;
-	letter-spacing: 0.0333em;
 	line-height: 1.25;
 	padding: 1.1em 1.44em;
 	text-transform: uppercase;
Index: wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/style-rtl.css	(revision 54300)
+++ wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -823,7 +823,9 @@
 input[type="search"]::-webkit-search-results-decoration {
 	display: none;
 }
-
+.wp-block-button{
+	letter-spacing: 0.0333em;
+}
 button,
 .button,
 .faux-button,
@@ -842,7 +844,6 @@
 	display: inline-block;
 	font-size: 1.5rem;
 	font-weight: 600;
-	letter-spacing: 0.0333em;
 	line-height: 1.25;
 	margin: 0;
 	opacity: 1;
Index: wp-content/themes/twentytwenty/style.css
===================================================================
--- wp-content/themes/twentytwenty/style.css	(revision 54300)
+++ wp-content/themes/twentytwenty/style.css	(working copy)
@@ -829,7 +829,9 @@
 input[type="search"]::-webkit-search-results-decoration {
 	display: none;
 }
-
+.wp-block-button{
+	letter-spacing: 0.0333em;
+}
 button,
 .button,
 .faux-button,
@@ -848,7 +850,6 @@
 	display: inline-block;
 	font-size: 1.5rem;
 	font-weight: 600;
-	letter-spacing: 0.0333em;
 	line-height: 1.25;
 	margin: 0;
 	opacity: 1;
