Skip to content

Commit

Permalink
fixup! front: fix simulation sheet and csv button style
Browse files Browse the repository at this point in the history
  • Loading branch information
Akctarus committed Dec 3, 2024
1 parent c2d54a5 commit 0105279
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const SimulationResultExport = ({
onClick={() => window.open(url as string, '_blank')}
variant="Quiet"
label={t('simulationSheet')}
size="medium"
leadingIcon={<File />}
/>
)}
Expand All @@ -86,6 +87,7 @@ const SimulationResultExport = ({
}
variant="Quiet"
label=".csv"
size="medium"
leadingIcon={<Download />}
/>
</div>
Expand Down

0 comments on commit 0105279

Please sign in to comment.