We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f0195 commit bd7331bCopy full SHA for bd7331b
src/pages/Campaign/widgets/WidgetCard.tsx
@@ -6,6 +6,7 @@ import {
6
MD,
7
Separator,
8
SM,
9
+ theme as ugTheme,
10
} from '@appquality/unguess-design-system';
11
import { ReactComponent as InfoStrokeIcon } from '@zendeskgarden/svg-icons/src/16/info-stroke.svg';
12
import React from 'react';
@@ -27,7 +28,9 @@ const WidgetCardHeader = ({
27
28
}) => (
29
<>
30
<SpecialCard.Meta justifyContent="space-between">
- <SpecialCard.Header.Title>{children}</SpecialCard.Header.Title>
31
+ <SpecialCard.Header.Title color={ugTheme.palette.grey[800]}>
32
+ {children}
33
+ </SpecialCard.Header.Title>
34
<Tooltip content={tooltipContent}>
35
<IconButton>
36
<InfoStrokeIcon />
0 commit comments