We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5d531 commit cec3328Copy full SHA for cec3328
apps/webapp/app/routes/_app.orgs.new/route.tsx
@@ -168,7 +168,7 @@ export default function NewOrganizationPage() {
168
}
169
cancelButton={
170
hasOrganizations ? (
171
- <LinkButton to={rootPath()} variant={"tertiary/small"}>
+ <LinkButton to={rootPath()} variant={"secondary/small"}>
172
Cancel
173
</LinkButton>
174
) : null
0 commit comments