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 1724551 commit 0cb38b3Copy full SHA for 0cb38b3
apps/forge/src/routes/_authenticated/_reponly/sign-in/actions/-components/SignInManager.tsx
@@ -239,7 +239,7 @@ export default function SignInActionsManager<FlowT extends FlowType | undefined
239
<Button variant="warning" className={buttonStyles} onClick={() => startFlow(FlowType.Enqueue)}>
240
Enqueue User
241
</Button>
242
- <Button asChild>
+ <Button asChild variant="info" className={buttonStyles}>
243
<Link to="/sign-in/actions/sign-agreement">Sign Agreement for User</Link>
244
245
</div>
0 commit comments