Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Jun 30, 2024
1 parent d33cf4f commit 29f33f7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class HaConfigApplicationCredentials extends LitElement {
title: localize(
"ui.panel.config.application_credentials.picker.headers.name"
),
showNarrow: true,
sortable: true,
direction: "asc",
grows: true,
Expand All @@ -90,6 +91,7 @@ export class HaConfigApplicationCredentials extends LitElement {
title: localize(
"ui.panel.config.application_credentials.picker.headers.application"
),
showNarrow: true,
sortable: true,
width: "30%",
direction: "asc",
Expand Down Expand Up @@ -339,6 +341,9 @@ export class HaConfigApplicationCredentials extends LitElement {
margin-inline-start: 8px;
margin-inline-end: initial;
}
.warning {
--mdc-theme-primary: var(--error-color);
}
`;
}
}
Expand Down

0 comments on commit 29f33f7

Please sign in to comment.