Sample usage:
import { commonTableStyles } from '../Theme';
const tableClasses = commonTableStyles();
<table className={clsx(tableClasses.table, tableClasses.noBorder,
tableClasses.borderBottom)}>

On Fri, Dec 24, 2021 at 3:44 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch adds a common table MUI style object which can be used on
> any table. Added a few more styling improvements.
>
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> <http://edbpostgres.com>
> "Don't Complain about Heat, Plant a TREE"
>


-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Reply via email to