Skip to content

Commit

Permalink
refactor: controlSize in MobileControls.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Bagautdinov committed Sep 2, 2024
1 parent 0fe728c commit 49b88d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MobileControls/MobileControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const b = block('dc-mobile-controls');
type UseTranslationReturnType = TFunction<Namespace<string>, KeyPrefix<Namespace<string>>>;

export interface MobileControlsProps {
controlSize: ControlSizes.L;
controlSize: ControlSizes;
lang: Lang;
userSettings: DocSettings & ControlsProps;
}
Expand Down

0 comments on commit 49b88d1

Please sign in to comment.