fix(dashboard): css on billing table
This commit is contained in:
@@ -83,10 +83,10 @@ export default function Billing({ organization }: Props) {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
name: 'Tier',
|
name: 'Tier',
|
||||||
|
className: 'text-left',
|
||||||
render(item) {
|
render(item) {
|
||||||
return <div className="font-medium">{item.name}</div>;
|
return <div className="font-medium">{item.name}</div>;
|
||||||
},
|
},
|
||||||
className: 'w-full',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Price',
|
name: 'Price',
|
||||||
|
|||||||
Reference in New Issue
Block a user