Skip to content

Commit

Permalink
feat(plasma-new-hope): change MIN_COUNT value for Counter
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich committed Dec 13, 2024
1 parent 4a5bde1 commit a11c629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { CounterProps } from './Counter.types';
import { base } from './Counter.styles';
import { classes } from './Counter.tokens';

const MIN_COUNT = 1;
const MIN_COUNT = 0;

export const counterRoot = (Root: RootProps<HTMLDivElement, CounterProps>) =>
forwardRef<HTMLDivElement, CounterProps>((props, ref) => {
Expand Down

0 comments on commit a11c629

Please sign in to comment.