Skip to content

Commit

Permalink
Use primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
markdoeswork committed Jan 22, 2025
1 parent a1df8cc commit ecad79a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$icon_colors: (
default: $text_lt_default,
link: $active_dark
link: $primary_action
);

@mixin icon_button_variant($variant) {
Expand All @@ -19,7 +19,7 @@ $icon_colors: (
background-color: $bg_light;
}
.icon_button_icon {
color: $active_dark;
color: $primary_action;
}
}

Expand All @@ -28,7 +28,7 @@ $icon_colors: (
background-color: $bg_light;
}
.icon_button_icon {
color: $active_dark;
color: $primary_action;
}
}

Expand All @@ -42,7 +42,7 @@ $icon_colors: (
}

&:focus {
outline: 2px solid $active_dark;
outline: 2px solid $primary_action;
border-radius: 8px;
}

Expand Down

0 comments on commit ecad79a

Please sign in to comment.