style: change the appearance of the “Hide Input” button
This commit is contained in:
parent
acdec857b0
commit
a106c5d6c1
|
|
@ -41,6 +41,7 @@ export default function AnalysisClient() {
|
||||||
{...item.title}
|
{...item.title}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
{index === visibleFields - 1 && (
|
||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
|
@ -49,6 +50,7 @@ export default function AnalysisClient() {
|
||||||
>
|
>
|
||||||
✕
|
✕
|
||||||
</Button>
|
</Button>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue