mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
ui tweaks and fixes
This commit is contained in:
@ -5,13 +5,14 @@ const CloseXIcon: React.FC<SvgProps> = (props) => (
|
||||
width={15}
|
||||
height={15}
|
||||
fill="none"
|
||||
viewBox="0 0 15 15"
|
||||
{...props}
|
||||
>
|
||||
<Path
|
||||
stroke="#AAA"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth={1.394}
|
||||
strokeWidth={props.strokeWidth || 1.394}
|
||||
d="m1.573 1.543 12.544 12.544M1.573 14.087 14.117 1.543"
|
||||
/>
|
||||
</Svg>
|
||||
|
||||
@ -4,6 +4,7 @@ const PlusIcon = (props: SvgProps) => (
|
||||
<Svg
|
||||
width={props.width || 14}
|
||||
height={props.height || 15}
|
||||
viewBox="0 0 14 15"
|
||||
fill="none"
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user