fix: pass props to SvgAnthropicBox component (#7057)

* fix: pass props to SvgAnthropicBox component

* fix: pass props to SvgAnthropicBox component in light mode

---------

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
This commit is contained in:
Eddie Ho 2025-03-13 05:20:47 -07:00 committed by GitHub
commit f0331d116d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ const SvgAnthropicBox = (props) => {
viewBox="0 0 280 196"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path d="M201.88 0H159.04L237.16 196H280L201.88 0Z" fill="#FAFAF8" />
<path
@ -20,6 +21,7 @@ const SvgAnthropicBox = (props) => {
viewBox="0 0 280 196"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path d="M201.88 0H159.04L237.16 196H280L201.88 0Z" fill="#1F1F1E" />
<path