We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e158b commit 125805dCopy full SHA for 125805d
src/panels/config/integrations/ha-config-integration-page.ts
@@ -1496,6 +1496,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
1496
.logo-container {
1497
display: flex;
1498
justify-content: center;
1499
+ margin-bottom: 8px;
1500
}
1501
.version {
1502
padding-top: 8px;
@@ -1548,7 +1549,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
1548
1549
color: gold;
1550
1551
ha-svg-icon.platinum-medal {
- color: #d9d9d9;
1552
+ color: #727272;
1553
1554
ha-md-list-item {
1555
position: relative;
0 commit comments