diff --git a/src/views/colors/ColorsDemo.vue b/src/views/colors/ColorsDemo.vue index c86f5335f..32e749b63 100644 --- a/src/views/colors/ColorsDemo.vue +++ b/src/views/colors/ColorsDemo.vue @@ -44,6 +44,22 @@ --font-family Font family of the theme. + + --inline-spacing + Spacing between to adjacent items. + + + --border-radius + Common border radius of elements. + + + --focus-ring + Box shadow of a focused element. + + + --mask-bg + Background of an overlay mask. + @@ -79,6 +95,44 @@ + +

A theme also exports named surfaces for common use cases.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariableDescription
--surface-groundBase ground color.
--surface-sectionColor of a section on a ground surface.
--surface-cardColor of a surface used as a card.
--surface-overlayColor of overlay surfaces.
--surface-borderColor of a divider.
--surface-hoverColor of an element in hover state.
+