Dependencies + versions
{
"dependencies": {
"next": "^13.4.7",
"react": "^18.2.0"
},
"devDependencies": {
"@clerk/nextjs": "^4.21.10",
"@clerk/themes": "^1.7.5",
"@clerk/types": "^3.46.1"
}
}
Description
When using the appearance prop to theme components, there is no way to select the org switcher trigger subcomponents without also modifying the similar components in the org switcher popover.
Example: I'd like to modify this:

Without also modifying these:


Dependencies + versions
{ "dependencies": { "next": "^13.4.7", "react": "^18.2.0" }, "devDependencies": { "@clerk/nextjs": "^4.21.10", "@clerk/themes": "^1.7.5", "@clerk/types": "^3.46.1" } }Description
When using the
appearanceprop to theme components, there is no way to select the org switcher trigger subcomponents without also modifying the similar components in the org switcher popover.Example: I'd like to modify this:

Without also modifying these:

