Skip to content

Commit 36691f8

Browse files
committed
fix: invalid yaml tippy styling in DT
1 parent 2e33864 commit 36691f8

File tree

1 file changed

+3
-3
lines changed
  • src/Shared/Components/InvalidYAMLTippy

1 file changed

+3
-3
lines changed

src/Shared/Components/InvalidYAMLTippy/utils.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const getInvalidTippyContent = ({
2929
<div className="flexbox-col dc__gap-8 py-6">
3030
<div className="flexbox-col dc__gap-4">
3131
<h6 className="m-0 fs-12 fw-6 lh-18">Invalid {text}</h6>
32-
<p className="m-0 cn-50 fs-12 fw-4 lh-18 dc__truncate--clamp-3">
32+
<p className="m-0 fs-12 fw-4 lh-18 dc__truncate--clamp-3">
3333
{parsingError || DEFAULT_INVALID_YAML_ERROR}
3434
</p>
3535
</div>
@@ -38,10 +38,10 @@ export const getInvalidTippyContent = ({
3838
<button
3939
type="button"
4040
data-testid="restore-last-saved-yaml"
41-
className="flexbox dc__gap-6 dc__transparent cn-0 fs-12 fw-6 lh-20 p-0 dc__align-items-center"
41+
className="flexbox dc__gap-6 dc__transparent text__white fs-12 fw-6 lh-20 p-0 dc__align-items-center"
4242
onClick={restoreLastSavedYAML}
4343
>
44-
<ICArrowCounterClockwise className="dc__no-shrink icon-dim-16 scn-0" />
44+
<ICArrowCounterClockwise className="dc__no-shrink icon-dim-16 icon-stroke__white" />
4545
Restore last saved {text}
4646
</button>
4747
)}

0 commit comments

Comments
 (0)