Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: style issue w/ bullet point null state
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Sep 27, 2023
1 parent fd73eb6 commit c82a610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/bullet/bullet-point.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Icon25p from "@/assets/icons/25p.svg?component";
import Icon50p from "@/assets/icons/25p.svg?component";
import Icon75p from "@/assets/icons/25p.svg?component";
import IconCheck from "@/assets/icons/check.svg?component";
import IconCrossMark from "@/assets/icons/crossmark-outline.svg?component";
import IconCrossMark from "@/assets/icons/crossmark.svg?component";
import IconSync from "@/assets/icons/sync.svg?component";
import IconCircle from "@/assets/icons/circle.svg?component";
import { BulletState } from "@/components/bullet/bullet-state";
Expand Down Expand Up @@ -71,7 +71,7 @@ defineProps({
}

.null :deep(.background) {
fill: transparent;
fill: var(--tiki-secondary-background-color);
}

.null {
Expand Down

0 comments on commit c82a610

Please sign in to comment.