mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix: Group icon in mention menu light mode color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user