mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
Update: Changed icon pack to Boxicons
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user