Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/core/services/theming/theming.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,12 +670,6 @@ function generateTheme(theme, name, nonce) {
}
});


if (theme.colors.primary.name == theme.colors.accent.name) {
console.warn('$mdThemingProvider: Using the same palette for primary and' +
' accent. This violates the material design spec.');
}

GENERATED[theme.name] = true;
}

Expand Down