Skip to content

Commit

Permalink
Update flyout header using small text
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Aug 30, 2024
1 parent 63326ee commit b45369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/preview_panel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const PreviewPanel = ({ onClose, model, dataSourceId }: Props) => {
return (
<EuiFlyout onClose={onCloseFlyout}>
<EuiFlyoutHeader hasBorder>
<EuiTitle size="m">
<EuiTitle size="s">
<h2>{name}</h2>
</EuiTitle>
</EuiFlyoutHeader>
Expand Down

0 comments on commit b45369d

Please sign in to comment.