diff --git a/src/components/MobileControls/MobileControls.tsx b/src/components/MobileControls/MobileControls.tsx index b3107176..6a73c311 100644 --- a/src/components/MobileControls/MobileControls.tsx +++ b/src/components/MobileControls/MobileControls.tsx @@ -17,7 +17,7 @@ const b = block('dc-mobile-controls'); type UseTranslationReturnType = TFunction, KeyPrefix>>; export interface MobileControlsProps { - controlSize: ControlSizes.L; + controlSize: ControlSizes; lang: Lang; userSettings: DocSettings & ControlsProps; }