Skip to content

Commit

Permalink
Merge pull request #202 from TogetherCrew/fix/export-button-style
Browse files Browse the repository at this point in the history
fix button size
  • Loading branch information
mehdi-torabiv authored Oct 7, 2023
2 parents dd1d950 + 2b33508 commit 157780d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export default function ActiveMemberBreakdown() {
startIcon={<BsFiletypeCsv />}
size="small"
variant="outlined"
sx={{ minWidth: '64px', padding: '0.4rem 1rem' }}
className="border-black text-black"
disableElevation
onClick={handleDownloadCSV}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export default function DisengagedMembersCompositionBreakdown() {
startIcon={<BsFiletypeCsv />}
size="small"
variant="outlined"
sx={{ minWidth: '64px', padding: '0.4rem 1rem' }}
className="border-black text-black"
disableElevation
onClick={handleDownloadCSV}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export default function OnboardingMembersBreakdown() {
startIcon={<BsFiletypeCsv />}
size="small"
variant="outlined"
sx={{ minWidth: '64px', padding: '0.4rem 1rem' }}
className="border-black text-black"
disableElevation
onClick={handleDownloadCSV}
Expand Down

0 comments on commit 157780d

Please sign in to comment.