🐞 fix: Update button styles for improved accessibility and consistency
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-16 18:44:35 -05:00
parent 018ca3a9ae
commit e5f3ac1947
3 changed files with 85 additions and 42 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
}
?>
<x-button
btnclasses="button text-center min-w-32"
btnclasses="button text-center min-w-32 dark"
element="a"
url="<?php echo esc_url( $ctaURL ); ?>"
target="<?php echo esc_attr( $ctaTarget ); ?>"