Skip to content

Commit

Permalink
Changed color of button
Browse files Browse the repository at this point in the history
  • Loading branch information
DonWillems committed Nov 30, 2019
1 parent 27554be commit e036749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/component/or-rules/src/style.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {DefaultColor2, DefaultColor5} from "@openremote/core";
import {DefaultColor5} from "@openremote/core";
import {css, unsafeCSS} from "lit-element";

// language=CSS
Expand All @@ -12,8 +12,8 @@ export const invalidStyle = css`
export const buttonStyle = css`
.button-clear {
background: none;
color: ${unsafeCSS(DefaultColor2)};
--or-icon-fill: ${unsafeCSS(DefaultColor2)};
color: ${unsafeCSS(DefaultColor5)};
--or-icon-fill: ${unsafeCSS(DefaultColor5)};
visibility: hidden;
display: inline-block;
border: none;
Expand Down

0 comments on commit e036749

Please sign in to comment.