Update table border
parent
e570febe4c
commit
5dce374fe5
|
@ -5,7 +5,7 @@ export default {
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
borderWidth: '0 0 1px 0',
|
borderWidth: '0 0 1px 0',
|
||||||
padding: '0.75rem 1rem',
|
padding: '0.75rem 1rem',
|
||||||
fontWeight: '600'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
headerCell: {
|
headerCell: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
|
@ -17,7 +17,7 @@ export default {
|
||||||
selectedColor: '{highlight.color}',
|
selectedColor: '{highlight.color}',
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
padding: '0.75rem 1rem',
|
padding: '0.75rem 1rem',
|
||||||
fontWeight: '600',
|
fontWeight: '700',
|
||||||
focusRing: {
|
focusRing: {
|
||||||
width: '{focus.ring.width}',
|
width: '{focus.ring.width}',
|
||||||
style: '{focus.ring.style}',
|
style: '{focus.ring.style}',
|
||||||
|
@ -50,7 +50,7 @@ export default {
|
||||||
borderColor: '{datatable.border.color}',
|
borderColor: '{datatable.border.color}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0.75rem 1rem',
|
padding: '0.75rem 1rem',
|
||||||
fontWeight: '600'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
|
@ -137,7 +137,7 @@ export default {
|
||||||
colorScheme: {
|
colorScheme: {
|
||||||
light: {
|
light: {
|
||||||
root: {
|
root: {
|
||||||
borderColor: '{content.border.color}'
|
borderColor: '{surface.300}'
|
||||||
},
|
},
|
||||||
row: {
|
row: {
|
||||||
stripedBackground: '{surface.50}'
|
stripedBackground: '{surface.50}'
|
||||||
|
@ -148,7 +148,7 @@ export default {
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
root: {
|
root: {
|
||||||
borderColor: '{surface.800}'
|
borderColor: '{surface.700}'
|
||||||
},
|
},
|
||||||
row: {
|
row: {
|
||||||
stripedBackground: '{surface.950}'
|
stripedBackground: '{surface.950}'
|
||||||
|
|
Loading…
Reference in New Issue