Redesign Content Warning and filters (#32543)
This commit is contained in:
parent
2d8ce9e19a
commit
c634da32cf
5 changed files with 33 additions and 37 deletions
|
@ -8,7 +8,7 @@ export const ContentWarning: React.FC<{
|
|||
<StatusBanner
|
||||
expanded={expanded}
|
||||
onClick={onClick}
|
||||
variant={BannerVariant.Yellow}
|
||||
variant={BannerVariant.Warning}
|
||||
>
|
||||
<p dangerouslySetInnerHTML={{ __html: text }} />
|
||||
</StatusBanner>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue