mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04:00
Make ChatBarIcons Match Other Sizes
This commit is contained in:
parent
fe067e8105
commit
cf1471c01c
9 changed files with 13 additions and 14 deletions
|
@ -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" }}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue