fix(dashboard-v2): fix table cell paddings
This commit is contained in:
parent
ae5c66817c
commit
fad846ee7a
|
@ -4,7 +4,7 @@ import styled from "styled-components";
|
|||
* Accepts all HMTL attributes a `<td>` element does.
|
||||
*/
|
||||
export const TableCell = styled.td.attrs({
|
||||
className: `px-6 py-4 h-tableRow truncate
|
||||
className: `first:pl-6 last:pr-6 px-2 py-4 h-tableRow truncate
|
||||
text-palette-600 even:text-palette-400
|
||||
first:rounded-l-sm last:rounded-r-sm`,
|
||||
})`
|
||||
|
|
Reference in New Issue