diff --git a/material/partials/palette.html b/material/partials/palette.html index e312d10ee..05e366635 100644 --- a/material/partials/palette.html +++ b/material/partials/palette.html @@ -22,7 +22,7 @@ "grey": "#757575", "blue-grey": "#546d78", "black": "#000000", - "white": "#ffffff", + "white": "#ffffff" }[key] }}{% endmacro %} {% macro accent(key) %}{{ { "red": "#ff1a47", diff --git a/src/partials/palette.html b/src/partials/palette.html index cfda36959..01c73fb46 100644 --- a/src/partials/palette.html +++ b/src/partials/palette.html @@ -42,7 +42,7 @@ "grey": "#757575", "blue-grey": "#546d78", "black": "#000000", - "white": "#ffffff", + "white": "#ffffff" }[key] }}{% endmacro %}