styles: refactor codebase base style
This commit is contained in:
@@ -47,8 +47,8 @@ export function usePlanColumns({
|
||||
header: 'Plan',
|
||||
cell: ({ row }) => (
|
||||
<div>
|
||||
<p className="font-medium">{row.original.name}</p>
|
||||
<p className="text-xs text-muted-foreground">{row.original.slug}</p>
|
||||
<p>{row.original.name}</p>
|
||||
<p className="text-muted-foreground">{row.original.slug}</p>
|
||||
</div>
|
||||
),
|
||||
},
|
||||
@@ -67,7 +67,7 @@ export function usePlanColumns({
|
||||
header: 'Limits',
|
||||
enableSorting: false,
|
||||
cell: ({ row }) => (
|
||||
<div className="text-xs text-muted-foreground">
|
||||
<div className="text-muted-foreground">
|
||||
<p>{row.original.max_projects} projects</p>
|
||||
<p>{row.original.max_users} users</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user