Remove no longer needed derived style

This commit is contained in:
Paulus Schoutsen 2020-06-22 16:00:18 -07:00
parent 9292f217c5
commit 3f4bfab7fe

View File

@ -1,7 +1,6 @@
import { css } from "lit-element";
export const derivedStyles = {
"paper-spinner-color": "var(--primary-color)",
"error-state-color": "var(--error-color)",
"state-icon-unavailable-color": "var(--disabled-text-color)",
"sidebar-text-color": "var(--primary-text-color)",