mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Guided onboarding] Address design feedback (#144957)
This commit is contained in:
parent
94437f8add
commit
046543209e
3 changed files with 3 additions and 2 deletions
|
@ -39,6 +39,7 @@ export const GuideButtonPopover = ({
|
|||
data-test-subj="manualCompletionPopover"
|
||||
button={button}
|
||||
isOpen={isPopoverShown}
|
||||
repositionOnScroll
|
||||
closePopover={() => {
|
||||
/* do nothing, the popover is closed once the panel is opened */
|
||||
}}
|
||||
|
|
|
@ -81,7 +81,7 @@ export const AddData: FC<Props> = ({ addBasePath, application, isDarkMode, isClo
|
|||
>
|
||||
<FormattedMessage
|
||||
id="home.addData.guidedOnboardingLinkLabel"
|
||||
defaultMessage="Launch setup guide"
|
||||
defaultMessage="Setup guide"
|
||||
/>
|
||||
</EuiButton>
|
||||
</EuiFlexItem>
|
||||
|
|
|
@ -85,7 +85,7 @@ export const WithGuidedOnboardingTour: FunctionComponent<{
|
|||
|
||||
return config ? (
|
||||
<EuiTourStep
|
||||
content={<EuiText>{config.description}</EuiText>}
|
||||
content={<EuiText size="s">{config.description}</EuiText>}
|
||||
isStepOpen={isGuidedOnboardingTourOpen}
|
||||
maxWidth={350}
|
||||
onFinish={() => setIsGuidedOnboardingTourOpen(false)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue