Slicing service dan benefit
This commit is contained in:
@@ -25,7 +25,7 @@ export default function Table(theme: Theme) {
|
||||
color: theme.palette.text.secondary,
|
||||
backgroundColor: theme.palette.background.neutral,
|
||||
'&:first-of-type': {
|
||||
// paddingLeft: theme.spacing(3),
|
||||
paddingLeft: theme.spacing(3),
|
||||
borderTopLeftRadius: theme.shape.borderRadius,
|
||||
borderBottomLeftRadius: theme.shape.borderRadius,
|
||||
boxShadow: `inset 8px 0 0 ${theme.palette.background.paper}`,
|
||||
@@ -44,6 +44,7 @@ export default function Table(theme: Theme) {
|
||||
body: {
|
||||
'&:first-of-type': {
|
||||
paddingLeft: theme.spacing(3),
|
||||
// borderBottom: 'none',
|
||||
},
|
||||
'&:last-of-type': {
|
||||
paddingRight: theme.spacing(3),
|
||||
|
||||
Reference in New Issue
Block a user