Update table border

pull/5756/head
Cagatay Civici 2024-05-14 14:47:36 +03:00
parent e570febe4c
commit 5dce374fe5
1 changed files with 5 additions and 5 deletions

View File

@ -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}'