Skip to content

Commit 853cabe

Browse files
authored
Merge pull request #4 from wrodie/fix_text_colour
Remove hard coded channel name colour
2 parents d087b19 + fc2d737 commit 853cabe

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

dist/mixer-card.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mixer-card",
3-
"version": "0.1.3",
3+
"version": "0.1.6",
44
"description": "Lovelace card to use for Audio mixers",
55
"keywords": [
66
"home-assistant",

src/mixer-card.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ class MixerCard extends LitElement {
208208
.fader-name {
209209
margin-top: 30px;
210210
text-align: center;
211-
color: #000;
212211
display: block;
213212
font-weight: 300;
214213
text-align: center;

0 commit comments

Comments
 (0)