+
diff --git a/themes/wporg-5ftf-2024/src/pledge-edit-button/index.php b/themes/wporg-5ftf-2024/src/pledge-edit-button/index.php
index 4f2d2fb..ae2cf00 100644
--- a/themes/wporg-5ftf-2024/src/pledge-edit-button/index.php
+++ b/themes/wporg-5ftf-2024/src/pledge-edit-button/index.php
@@ -44,7 +44,7 @@ function render( $attributes, $content, $block ) {
$html->next_tag( 'button' );
$html->add_class( 'wp-block-button__link' );
- $wrapper_attributes = get_block_wrapper_attributes( [ 'class' => 'wp-block-button is-style-text is-small' ]);
+ $wrapper_attributes = get_block_wrapper_attributes( [ 'class' => 'wp-block-button is-style-outline is-small' ]);
return sprintf(
'
%s
',
$wrapper_attributes,