-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align font size and style #355
Align font size and style #355
Conversation
Signed-off-by: Lin Wang <[email protected]>
Signed-off-by: Lin Wang <[email protected]>
@@ -114,7 +114,7 @@ export const PreviewPanel = ({ onClose, model, dataSourceId }: Props) => { | |||
return ( | |||
<EuiFlyout onClose={onCloseFlyout}> | |||
<EuiFlyoutHeader hasBorder> | |||
<EuiTitle size="m"> | |||
<EuiTitle size="s"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be <EuiText size="s">
instead of <EuiTitle size="s">
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than this looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, will update this. Thanks.
Signed-off-by: Lin Wang <[email protected]>
* Update flyout header using small text Signed-off-by: Lin Wang <[email protected]> * Use small size for empty prompt body Signed-off-by: Lin Wang <[email protected]> * Update EuiTitle to EuiText Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 0129b13)
* Update flyout header using small text Signed-off-by: Lin Wang <[email protected]> * Use small size for empty prompt body Signed-off-by: Lin Wang <[email protected]> * Update EuiTitle to EuiText Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 0129b13) Co-authored-by: Lin Wang <[email protected]>
* Update flyout header using small text Signed-off-by: Lin Wang <[email protected]> * Use small size for empty prompt body Signed-off-by: Lin Wang <[email protected]> * Update EuiTitle to EuiText Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 0129b13) Co-authored-by: Lin Wang <[email protected]> (cherry picked from commit e39ff32)
* Update flyout header using small text Signed-off-by: Lin Wang <[email protected]> * Use small size for empty prompt body Signed-off-by: Lin Wang <[email protected]> * Update EuiTitle to EuiText Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 0129b13) Co-authored-by: Lin Wang <[email protected]> (cherry picked from commit e39ff32) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Description
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.