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 b809422 commit 000f63dCopy full SHA for 000f63d
src/routes/account/integrations.tsx
@@ -168,10 +168,7 @@ function IntegrationsPage() {
168
</p>
169
</div>
170
{!isCreating && (
171
- <Button
172
- variant="ghost"
173
- size="xs"
174
- onClick={() => setIsCreating(true)}>
+ <Button variant="ghost" size="xs" onClick={() => setIsCreating(true)}>
175
<Plus className="w-3.5 h-3.5" />
176
New Key
177
</Button>
src/routes/admin/roles.index.tsx
@@ -422,9 +422,7 @@ function RolesPage() {
422
isLoading={rolesQuery.isFetching}
423
actions={
424
!isCreating && (
425
426
427
- onClick={handleCreateRole}>
+ <Button size="xs" onClick={handleCreateRole}>
428
<Plus className="w-4 h-4" />
429
Create Role
430
0 commit comments