File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Shared/Components/InvalidYAMLTippy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const getInvalidTippyContent = ({
29
29
< div className = "flexbox-col dc__gap-8 py-6" >
30
30
< div className = "flexbox-col dc__gap-4" >
31
31
< 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" >
33
33
{ parsingError || DEFAULT_INVALID_YAML_ERROR }
34
34
</ p >
35
35
</ div >
@@ -38,10 +38,10 @@ export const getInvalidTippyContent = ({
38
38
< button
39
39
type = "button"
40
40
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"
42
42
onClick = { restoreLastSavedYAML }
43
43
>
44
- < ICArrowCounterClockwise className = "dc__no-shrink icon-dim-16 scn-0 " />
44
+ < ICArrowCounterClockwise className = "dc__no-shrink icon-dim-16 icon-stroke__white " />
45
45
Restore last saved { text }
46
46
</ button >
47
47
) }
You can’t perform that action at this time.
0 commit comments