fix: Group icon in mention menu light mode color

This commit is contained in:
Tom Moor
2025-10-19 09:00:55 -04:00
parent 3ef9474c69
commit 1925221b19
+7 -1
View File
@@ -31,7 +31,13 @@ const Squircle: React.FC<Props> = ({
className={className}
style={style}
>
<svg width={size} height={size} fill={color} viewBox="0 0 28 28">
<svg
width={size}
height={size}
fill={color}
viewBox="0 0 28 28"
data-fixed-color
>
<path d="M0 11.1776C0 1.97285 1.97285 0 11.1776 0H16.8224C26.0272 0 28 1.97285 28 11.1776V16.8224C28 26.0272 26.0272 28 16.8224 28H11.1776C1.97285 28 0 26.0272 0 16.8224V11.1776Z" />
</svg>
<Content>{children}</Content>