diff --git a/reflex/components/radix/themes/components/context_menu.py b/reflex/components/radix/themes/components/context_menu.py index eba01978e..d5e6dc26e 100644 --- a/reflex/components/radix/themes/components/context_menu.py +++ b/reflex/components/radix/themes/components/context_menu.py @@ -25,11 +25,6 @@ LiteralStickyType = Literal[ "always", ] -LiteralCheckboxSize = Literal["1", "2", "3"] - -LiteralCheckboxVariant = Literal["classic", "surface", "soft"] - - class ContextMenuRoot(RadixThemesComponent): """Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press."""