We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec2fd0 commit 96d02f9Copy full SHA for 96d02f9
1 file changed
src/modules/etherlink/explorer/EvmProposals/EvmPropBatchActions.tsx
@@ -611,10 +611,26 @@ export const EvmPropBatchActions: React.FC = () => {
611
</Box>
612
613
<Box display="flex" style={{ gap: 8 }}>
614
- <Button variant="contained" color="primary" onClick={onChooseFile}>
+ <Button
615
+ variant="outlined"
616
+ color="primary"
617
+ onClick={onChooseFile}
618
+ style={{
619
+ backgroundColor: "#575757",
620
+ color: "#fff"
621
+ }}
622
+ >
623
Upload CSV
624
</Button>
- <Button variant="outlined" onClick={downloadSample}>
625
626
627
628
+ onClick={downloadSample}
629
630
631
632
633
634
Download Sample CSV
635
636
0 commit comments