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:
parent
3f427555f4
commit
f0331d116d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue