Skip to content

Commit

Permalink
fix(manager-react-components): update header color in datagrid
Browse files Browse the repository at this point in the history
 ref: 13182

Signed-off-by: Anoop N <[email protected]>
  • Loading branch information
anooparveti committed Sep 25, 2024
1 parent 430457d commit e43b9a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ export const Datagrid = <T,>({
<span>
<OsdsText
size={ODS_TEXT_SIZE._500}
color={ODS_THEME_COLOR_INTENT.text}
color={ODS_THEME_COLOR_INTENT.primary}
level={ODS_TEXT_LEVEL.body}
hue={ODS_THEME_COLOR_HUE._500}
hue={ODS_THEME_COLOR_HUE._800}
>
<>
{flexRender(
Expand Down

0 comments on commit e43b9a8

Please sign in to comment.