Skip to content

Commit af26bb2

Browse files
committed
fix: spacing
1 parent 0664072 commit af26bb2

File tree

1 file changed

+1
-1
lines changed
  • packages/agent-webapp/src/components

1 file changed

+1
-1
lines changed

packages/agent-webapp/src/components/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class AuthComponent extends LitElement {
245245
}
246246
.auth-status {
247247
display: flex;
248-
gap: var(--space-md);
248+
gap: var(--space-xs);
249249
align-items: center;
250250
}
251251
.container {

0 commit comments

Comments
 (0)