Skip to content

Commit cec3328

Browse files
committed
Button to secondary style
1 parent 2a5d531 commit cec3328

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.new

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.new/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default function NewOrganizationPage() {
168168
}
169169
cancelButton={
170170
hasOrganizations ? (
171-
<LinkButton to={rootPath()} variant={"tertiary/small"}>
171+
<LinkButton to={rootPath()} variant={"secondary/small"}>
172172
Cancel
173173
</LinkButton>
174174
) : null

0 commit comments

Comments
 (0)