Skip to content

Commit b3bacce

Browse files
committed
fix(apollo-vertex): remove required dep in theme toggle
1 parent 64dda1b commit b3bacce

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

apps/apollo-vertex/registry.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,7 @@
657657
"title": "Theme Toggle",
658658
"description": "A dropdown menu component that allows users to toggle between light, dark, and system theme preferences.",
659659
"dependencies": ["lucide-react"],
660-
"registryDependencies": [
661-
"button",
662-
"dropdown-menu",
663-
"@uipath/use-local-storage"
664-
],
660+
"registryDependencies": ["button", "dropdown-menu"],
665661
"files": [
666662
{
667663
"path": "registry/theme-provider/theme-toggle.tsx",

0 commit comments

Comments
 (0)