Skip to content

Commit

Permalink
Bump the internal-tooling group across 1 directory with 2 updates (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 093eddb commit dd55404
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 177 deletions.
2 changes: 1 addition & 1 deletion components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const CustomButton: React.FC<CustomButtonProps> = ({
...restProps
}) => {
const buttonStyle: {
[key in CustomButtonProps["variant"]]: {
[_key in CustomButtonProps["variant"]]: {
backgroundColor: string;
borderColor: string;
borderWidth?: number;
Expand Down
Loading

0 comments on commit dd55404

Please sign in to comment.