Refactor chat style and other stuff

This commit is contained in:
Nicola Benaglia
2025-04-18 20:12:48 +02:00
parent 22326411a0
commit 3a302cf5b2
10 changed files with 377 additions and 341 deletions

View File

@@ -21,8 +21,8 @@ export const Download: React.FC<SVGProps> = ({
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M12.8047 0.393196V7.21185H16.3036L10.0003 13.5139L3.69697 7.21185H7.19584V0H12.8045L12.8047 0.393196ZM2.7047 16.8587V13.9861H0V18.6179C0 19.3774 0.622589 20 1.38213 20H18.6179C19.3774 20 20 19.3774 20 18.6179V13.9861H17.2962V17.2963L2.70461 17.2954L2.7047 16.8587Z"
fill={setColor}
fill-opacity={setOpacity}