Skip to content

Commit

Permalink
update title style
Browse files Browse the repository at this point in the history
Signed-off-by: Kapian1234 <[email protected]>
  • Loading branch information
Kapian1234 committed Sep 30, 2024
1 parent 3aeff67 commit 57bcdff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const WorkspaceCreatorForm = (props: WorkspaceCreatorFormProps) => {
{isDashboardAdmin && isDataSourceEnabled && (
<>
<EuiPanel>
<EuiTitle
<EuiText
{...generateRightSidebarScrollProps(RightSidebarScrollField.DataSource)}
size="s"
>
Expand All @@ -128,7 +128,7 @@ export const WorkspaceCreatorForm = (props: WorkspaceCreatorFormProps) => {
defaultMessage: 'Associate data sources',
})}
</h2>
</EuiTitle>
</EuiText>
<EuiText size="xs">
{i18n.translate('workspace.creator.form.associateDataSourceDescription', {
defaultMessage:
Expand Down

0 comments on commit 57bcdff

Please sign in to comment.