Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Mar 11, 2020
1 parent 3b062d3 commit bf282c6
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import {
property,
TemplateResult,
CSSResult,
css,
} from "lit-element";
import { showConfirmationDialog } from "../../../../dialogs/generic/show-dialog-box";
import { HomeAssistant } from "../../../../types";
import { haStyleDialog } from "../../../../resources/styles";

@customElement("ha-device-card-mqtt")
export class HaDeviceCardMqtt extends LitElement {
Expand Down Expand Up @@ -38,10 +38,6 @@ export class HaDeviceCardMqtt extends LitElement {
}

static get styles(): CSSResult {
return css`
mwc-button.warning {
--mdc-theme-primary: var(--error-color);
}
`;
return haStyleDialog;
}
}

0 comments on commit bf282c6

Please sign in to comment.