fix: Changed the color of the subtitle (#21453)

* fix: Added a gap between the 2 icon buttons

* fix: Changed the color of the subtitle

* fix: Changed the color of the subtitle

* Update packages/core/content-manager/admin/src/history/components/VersionHeader.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 09:11:32 -05:00 committed by GitHub
parent a8e30018c0
commit 9f51dccf97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ export const VersionHeader = ({ headerId }: VersionHeaderProps) => {
minute: 'numeric',
})}
subtitle={
<Typography variant="epsilon">
<Typography variant="epsilon" textColor="neutral600">
{formatMessage(
{
id: 'content-manager.history.version.subtitle',