Index: src/wp-content/themes/twentyfifteen/css/blocks.css
===================================================================
--- src/wp-content/themes/twentyfifteen/css/blocks.css	(revision 53460)
+++ src/wp-content/themes/twentyfifteen/css/blocks.css	(working copy)
@@ -395,6 +395,10 @@
 	vertical-align: baseline;
 }
 
+.is-style-outline .wp-block-button__link {
+	border: 2px solid;
+}
+
 .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
 	border: 0;
 }
Index: src/wp-content/themes/twentyfifteen/css/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentyfifteen/css/editor-blocks.css	(revision 53460)
+++ src/wp-content/themes/twentyfifteen/css/editor-blocks.css	(working copy)
@@ -734,7 +734,7 @@
 	color: #fff;
 }
 
-.is-style-outline .wp-block-button__link {
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
 	color: #333;
 }
 
