File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
packages/compass-explain-plan/src/components Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
7782const 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"
You can’t perform that action at this time.
0 commit comments