We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a391e commit 5c7614eCopy full SHA for 5c7614e
src/Shared/Components/SelectPicker/SelectPicker.component.tsx
@@ -80,9 +80,7 @@ const SelectPicker = ({
80
</div>
81
{error && (
82
<div className="flex left dc__gap-4 cr-5 fs-11 lh-16 fw-4">
83
- <div className="dc__no-shrink dc__align-self-start p-2">
84
- <ErrorIcon className="icon-dim-12 form__icon--error" />
85
- </div>
+ <ErrorIcon className="icon-dim-16 p-2 form__icon--error dc__no-shrink dc__align-self-start" />
86
<span className="dc__ellipsis-right__2nd-line">{error}</span>
87
88
)}
0 commit comments