Use theme variables

This commit is contained in:
nathan 2024-08-28 09:04:35 -06:00
parent 0eec0297e6
commit aa17533ff0

View File

@ -62,7 +62,7 @@ export class Et2Details extends Et2Widget(SlDetails)
width: 100%; width: 100%;
min-width: fit-content; min-width: fit-content;
border-radius: var(--sl-border-radius-small); border-radius: var(--sl-border-radius-small);
border: 1px solid var(--sl-color-neutral-200); border: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
max-height: 15em; max-height: 15em;
overflow-y: auto; overflow-y: auto;
} }