Skip to content

Commit

Permalink
[Polish] Spacing & icon polish from Davey
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 22, 2021
1 parent 3b0016a commit eb54dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const RelevanceTuningForm: React.FC = () => {
return (
<section className="relevanceTuningForm">
<form>
<EuiSpacer size="s" />
<EuiSpacer size="m" />
<EuiTitle size="m">
<h2>
{i18n.translate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { RelevanceTuningLogic } from '.';
const emptyCallout = (
<EuiEmptyPrompt
data-test-subj="EmptyQueryPrompt"
iconType="glasses"
body={i18n.translate(
'xpack.enterpriseSearch.appSearch.engine.relevanceTuning.preview.enterQueryMessage',
{
Expand Down

0 comments on commit eb54dd3

Please sign in to comment.