Skip to content

Commit a6c5481

Browse files
jordanhaileycorneliusludmann
authored andcommitted
Removing secondary class from the main CTA button to give proper weight.
1 parent cbec1a3 commit a6c5481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/start/CreateWorkspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default class CreateWorkspace extends React.Component<CreateWorkspaceProp
116116
break;
117117
case ErrorCodes.NOT_AUTHENTICATED:
118118
statusMessage = <div className="mt-2 flex flex-col space-y-8">
119-
<button className="secondary" onClick={() => {
119+
<button className="" onClick={() => {
120120
this.tryAuthorize(error?.data.host, error?.data.scopes)
121121
}}>Authorize with {error.data.host}</button>
122122
</div>;

0 commit comments

Comments
 (0)