fix: changed the color of the titles of the panels (#21448)

* fix: Changed the color of the titles of the panels

* Update packages/core/content-manager/admin/src/pages/EditView/components/Panels.tsx

Co-authored-by: Simone <startae14@gmail.com>

---------

Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Simone <startae14@gmail.com>
This commit is contained in:
Lucas Boilly 2024-09-25 07:28:57 -05:00 committed by GitHub
parent e7af8a5ec7
commit a8e30018c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,7 +151,7 @@ const Panel = React.forwardRef<any, PanelProps>(({ children, title }, ref) => {
justifyContent="stretch"
alignItems="flex-start"
>
<Typography tag="h2" variant="sigma" textTransform="uppercase">
<Typography tag="h2" variant="sigma" textTransform="uppercase" textColor="neutral600">
{title}
</Typography>
{children}