Skip to content

Commit

Permalink
Fix linux prompt icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Mar 1, 2024
1 parent b583c0d commit 035954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_base_icon-definitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
}

@mixin vf-icon-linux-prompt-themed {
@include vf-themed-icon($light-value: vf-icon-get-link-url($colors--light-theme--icon), $dark-value: vf-icon-get-link-url($colors--dark-theme--icon));
@include vf-themed-icon($light-value: vf-icon-linux-url($colors--light-theme--icon), $dark-value: vf-icon-linux-url($colors--dark-theme--icon));
}

// SOCIAL ICONS
Expand Down

0 comments on commit 035954e

Please sign in to comment.