This commit is contained in:
konnorrogers
2024-12-09 18:53:33 -05:00
parent 540f1c98d6
commit 342413efb4
2 changed files with 1 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ wa-page::part(drawer__header-actions) {
align-self: center;
}
wa-page > header {
flex: 1 1 auto;
display: flex;

View File

@@ -243,7 +243,7 @@ export default css`
grid-template-rows: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
}
[part~="drawer"]::part(dialog) {
[part~='drawer']::part(dialog) {
background-color: var(--wa-color-surface-default);
}
`;