Skip to content

Commit 0cb38b3

Browse files
committed
fix: styling on agreements button
1 parent 1724551 commit 0cb38b3

File tree

1 file changed

+1
-1
lines changed
  • apps/forge/src/routes/_authenticated/_reponly/sign-in/actions/-components

1 file changed

+1
-1
lines changed

apps/forge/src/routes/_authenticated/_reponly/sign-in/actions/-components/SignInManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export default function SignInActionsManager<FlowT extends FlowType | undefined
239239
<Button variant="warning" className={buttonStyles} onClick={() => startFlow(FlowType.Enqueue)}>
240240
Enqueue User
241241
</Button>
242-
<Button asChild>
242+
<Button asChild variant="info" className={buttonStyles}>
243243
<Link to="/sign-in/actions/sign-agreement">Sign Agreement for User</Link>
244244
</Button>
245245
</div>

0 commit comments

Comments
 (0)