Skip to content

Commit

Permalink
fix(react-twig): assign ilo blue to scss variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashika6 committed Aug 29, 2024
1 parent 2367298 commit 9ba916e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/styles/scss/components/_socialmedia.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
$c: &;
$default-theme: "light";
$icon-size: $spacing-spacing-4;
$ilo-color-blue: "rgba(30, 45, 190, 1)";

@mixin get-icon($icon, $theme: $default-theme) {
@include dataurlicon($icon, rgba(30, 45, 190, 1));
@include dataurlicon($icon, $ilo-color-blue);

&:hover {
@include dataurlicon(
Expand Down

0 comments on commit 9ba916e

Please sign in to comment.