Adjusted colors for bars
parent
e8f8c9b8b6
commit
162fc38bde
|
@ -148,7 +148,7 @@ export default {
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
root: {
|
root: {
|
||||||
borderColor: '{surface.700}'
|
borderColor: '{surface.600}'
|
||||||
},
|
},
|
||||||
row: {
|
row: {
|
||||||
stripedBackground: '{surface.950}'
|
stripedBackground: '{surface.950}'
|
||||||
|
|
|
@ -4,7 +4,6 @@ export default {
|
||||||
gap: '1rem'
|
gap: '1rem'
|
||||||
},
|
},
|
||||||
meters: {
|
meters: {
|
||||||
background: '{content.border.color}',
|
|
||||||
size: '0.5rem'
|
size: '0.5rem'
|
||||||
},
|
},
|
||||||
label: {
|
label: {
|
||||||
|
@ -19,5 +18,17 @@ export default {
|
||||||
labelList: {
|
labelList: {
|
||||||
verticalGap: '0.5rem',
|
verticalGap: '0.5rem',
|
||||||
horizontalGap: '1rem'
|
horizontalGap: '1rem'
|
||||||
|
},
|
||||||
|
colorScheme: {
|
||||||
|
light: {
|
||||||
|
meters: {
|
||||||
|
background: '{surface.300}'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
dark: {
|
||||||
|
meters: {
|
||||||
|
background: '{surface.600}'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
export default {
|
export default {
|
||||||
root: {
|
root: {
|
||||||
background: '{content.border.color}',
|
|
||||||
borderRadius: '{content.border.radius}',
|
borderRadius: '{content.border.radius}',
|
||||||
height: '1.25rem'
|
height: '1.25rem'
|
||||||
},
|
},
|
||||||
|
@ -11,5 +10,17 @@ export default {
|
||||||
color: '{primary.contrast.color}',
|
color: '{primary.contrast.color}',
|
||||||
fontSize: '0.75rem',
|
fontSize: '0.75rem',
|
||||||
fontWeight: '600'
|
fontWeight: '600'
|
||||||
|
},
|
||||||
|
colorScheme: {
|
||||||
|
light: {
|
||||||
|
root: {
|
||||||
|
background: '{surface.300}'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
dark: {
|
||||||
|
root: {
|
||||||
|
background: '{surface.600}'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
export default {
|
export default {
|
||||||
track: {
|
track: {
|
||||||
background: '{content.border.color}',
|
|
||||||
borderRadius: '{content.border.radius}',
|
borderRadius: '{content.border.radius}',
|
||||||
size: '3px'
|
size: '3px'
|
||||||
},
|
},
|
||||||
|
@ -28,5 +27,17 @@ export default {
|
||||||
offset: '{focus.ring.offset}',
|
offset: '{focus.ring.offset}',
|
||||||
shadow: '{focus.ring.shadow}'
|
shadow: '{focus.ring.shadow}'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
colorScheme: {
|
||||||
|
light: {
|
||||||
|
track: {
|
||||||
|
background: '{surface.300}'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
dark: {
|
||||||
|
track: {
|
||||||
|
background: '{surface.600}'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -105,7 +105,7 @@ export default {
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
root: {
|
root: {
|
||||||
borderColor: '{surface.700}'
|
borderColor: '{surface.600}'
|
||||||
},
|
},
|
||||||
bodyCell: {
|
bodyCell: {
|
||||||
selectedBorderColor: '{primary.900}'
|
selectedBorderColor: '{primary.900}'
|
||||||
|
|
Loading…
Reference in New Issue