Skip to content

Commit

Permalink
fix: update downlaod button color
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Nov 27, 2024
1 parent 662b31a commit aee1944
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/buttons/DownloadButton/DownloadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { DEFAULT_LOADER_SIZE } from '@/constants.js';
import {
ActionButton,
ActionButtonVariant,
ColorVariants,
ColorVariantsType,
TooltipPlacement,
} from '@/types.js';
Expand Down Expand Up @@ -52,7 +51,7 @@ const DownloadButton = ({
ariaLabel = 'download',
handleDownload,
isLoading = false,
color = ColorVariants.Primary,
color,
loaderSize = DEFAULT_LOADER_SIZE,
title = 'Download',
placement = 'bottom',
Expand Down

0 comments on commit aee1944

Please sign in to comment.