refactor: canonicalize TypeScript and Tailwind syntax
This commit is contained in:
@@ -43,7 +43,7 @@ export function AuthOtherOptionsDialog({
|
||||
style={{ paddingBottom: "calc(var(--spacing-xxl) + var(--app-safe-bottom, 0px))" }}
|
||||
>
|
||||
<div
|
||||
className="mb-sm h-(--auth-drag-handle-height) w-(--auth-drag-handle-width) self-center rounded-[2px] bg-auth-drag-handle"
|
||||
className="mb-sm h-(--auth-drag-handle-height) w-(--auth-drag-handle-width) self-center rounded-xs bg-auth-drag-handle"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<h2 className="my-sm text-center text-(length:--responsive-page-title) font-bold text-auth-text-primary">
|
||||
|
||||
Reference in New Issue
Block a user