Skip to content

Commit efc4c44

Browse files
committed
chore: minor icon adjustment
1 parent 261bfbc commit efc4c44

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/compass-explain-plan/src/components/explain-plan-modal.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ const headerButtonSectionStyles = css({
7272
gap: spacing[200],
7373
});
7474

75-
const tooltipTriggerStyles = css({});
75+
const tooltipTriggerStyles = css({
76+
height: '100%',
77+
display: 'flex',
78+
alignItems: 'center',
79+
justifyContent: 'center',
80+
});
7681

7782
const loaderContainerStyles = css({
7883
height: '100%',
@@ -135,6 +140,7 @@ export const ExplainPlanModal: React.FunctionComponent<
135140
size="small"
136141
variant="default"
137142
leftGlyph={
143+
// TODO(COMPASS-9384): Will be replaced with Sparkle gradient icon once Leafygreen components are updated.
138144
<Icon glyph="Sparkle" style={{ color: palette.green.dark1 }} />
139145
}
140146
data-testid="interpret-for-me-button"

0 commit comments

Comments
 (0)