Update: Changed icon pack to Boxicons

This commit is contained in:
nizune
2021-06-27 12:17:59 +02:00
parent a6ba6d5c5b
commit 4102b69ca4
40 changed files with 113 additions and 116 deletions

View File

@@ -1,4 +1,4 @@
import { Check } from "@styled-icons/feather";
import { Check } from "@styled-icons/boxicons-regular";
import { Children } from "../../types/Preact";
import styled, { css } from "styled-components";
@@ -59,7 +59,6 @@ const Checkmark = styled.div<{ checked: boolean }>`
svg {
color: var(--secondary-background);
stroke-width: 2;
}
${(props) =>