Skip to content

Commit 125805d

Browse files
authored
Fix platinum color and spacing of integration logo (#23029)
1 parent e0e158b commit 125805d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/panels/config/integrations/ha-config-integration-page.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
14961496
.logo-container {
14971497
display: flex;
14981498
justify-content: center;
1499+
margin-bottom: 8px;
14991500
}
15001501
.version {
15011502
padding-top: 8px;
@@ -1548,7 +1549,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
15481549
color: gold;
15491550
}
15501551
ha-svg-icon.platinum-medal {
1551-
color: #d9d9d9;
1552+
color: #727272;
15521553
}
15531554
ha-md-list-item {
15541555
position: relative;

0 commit comments

Comments
 (0)