Skip to content

Commit

Permalink
refactor(SalariesInput): remove redundant color argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 2, 2024
1 parent e1e1d12 commit 8713530
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions studio/components/SalaryCsvInput/SalariesInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@ export const SalariesInput = (props: StringInputProps) => {
htmlFor={UPLOAD_CSV_INPUT_ID}
className={styles.uploadButtonContent}
>
<UploadIcon
color={"black"}
className={styles.uploadButtonIcon}
/>
<UploadIcon className={styles.uploadButtonIcon} />
<span className={styles.uploadButtonText}>Upload (.csv)</span>
</label>
</button>
Expand Down

0 comments on commit 8713530

Please sign in to comment.