Skip to content

Commit

Permalink
Navigation Link Block: Use SCSS variable for underline color styling (W…
Browse files Browse the repository at this point in the history
…ordPress#68953)

Co-authored-by: himanshupathak95 <abcd95@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
3 people authored Jan 30, 2025
1 parent 87b37b5 commit 047fdac
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 047fdac

Please sign in to comment.