Skip to content

Commit

Permalink
Update Pull Quote component with new theme color variables (#5133)
Browse files Browse the repository at this point in the history
* Update color with theme text variable

* Update semver

* Revert semver

Co-authored-by: Bartek Szopka <83575+bartaz@users.noreply.github.com>

---------

Co-authored-by: Bartek Szopka <83575+bartaz@users.noreply.github.com>
  • Loading branch information
pastelcyborg and bartaz committed Jun 13, 2024
1 parent 8d1ea39 commit 0803fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_patterns_pull-quotes.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'settings';

@mixin vf-quote-mark {
color: $color-mid-dark;
color: $colors--theme--text-muted;
display: inline-block;
position: absolute;
width: 0.5em;
Expand Down

0 comments on commit 0803fee

Please sign in to comment.