Skip to content

Commit

Permalink
Navigation Link Block: Use SCSS variable for underline color styling
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupathak95 committed Jan 30, 2025
1 parent 80348e7 commit 555c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation-link/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
&.is-invalid,
&.is-draft {
span {
--wp-underline-color: var(--wp--preset--color--vivid-red);
--wp-underline-color: #{$alert-red};
}
}
}
Expand Down

0 comments on commit 555c333

Please sign in to comment.