mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
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:
parent
a8e30018c0
commit
9f51dccf97
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user