mirror of
https://github.com/strapi/strapi.git
synced 2025-09-28 01:40:11 +00:00
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:
parent
e7af8a5ec7
commit
a8e30018c0
@ -151,7 +151,7 @@ const Panel = React.forwardRef<any, PanelProps>(({ children, title }, ref) => {
|
|||||||
justifyContent="stretch"
|
justifyContent="stretch"
|
||||||
alignItems="flex-start"
|
alignItems="flex-start"
|
||||||
>
|
>
|
||||||
<Typography tag="h2" variant="sigma" textTransform="uppercase">
|
<Typography tag="h2" variant="sigma" textTransform="uppercase" textColor="neutral600">
|
||||||
{title}
|
{title}
|
||||||
</Typography>
|
</Typography>
|
||||||
{children}
|
{children}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user