Skip to content

Commit

Permalink
Fix Button style
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Sep 12, 2024
1 parent 2533b5d commit f6fe196
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/packages/forms/src/blocks/contact-form/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,9 @@
&.jetpack-field-multiple {

&.is-style-button {
.jetpack-field-option {
.jetpack-field-option,
.wp-block-jetpack-field-option-checkbox,
.wp-block-jetpack-field-option-radio {
background: var(--jetpack--contact-form--button-outline--background-color);
color: var(--jetpack--contact-form--button-outline--text-color);
border: var(--jetpack--contact-form--button-outline--border);
Expand Down Expand Up @@ -493,6 +495,7 @@
padding-left: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.25em;
flex: 1;

Expand Down

0 comments on commit f6fe196

Please sign in to comment.