Esri / esri-eds

Apache License 2.0
2 stars 0 forks source link

Calcite Colors & Mode patterns #211

Closed alexcarol closed 3 days ago

alexcarol commented 3 days ago

Migrated from: https://github.com/aemsites/esri/issues/34

Calcite CSS is being included with PR#33

Colors are scoped to .calcite-mode-light and .calcite-mode-dark. Light / dark mode pattern is typically added to the container parent; child elements will then swap between the light/dark colors (white vs black background for example).

Implement the Calcite color themes.