Make ChatBarIcons Match Other Sizes

This commit is contained in:
thororen1234 2025-03-29 13:42:32 -04:00
parent fe067e8105
commit cf1471c01c
No known key found for this signature in database
9 changed files with 13 additions and 14 deletions

View file

@ -37,8 +37,8 @@ function HideToggleButton(props: { open: boolean | undefined, onClick: MouseEven
<svg
fill={settings.store.Color && props.open ? "#c32a32" : "currentColor"}
fillRule="evenodd"
width="24"
height="24"
width="20"
height="20"
viewBox="0 0 24 24"
style={{ scale: "1.096", translate: "0 -1px" }}
>