Skip to content

Commit

Permalink
update colors and design page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Mar 4, 2024
1 parent a74592f commit 2a73c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class LitDevDesignSection extends LitElement {
display: flex;
flex-direction: column;
align-items: center;
margin-block: 16px;
}
#controls {
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/src/util/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const tokens = [
'--sys-color-on-dark-surface-emphasis',
'--sys-color-dark-surface',
'--sys-color-dark-surface-dim',
'--sys-color-light-surface',
];

export const defaultPalette = [
Expand Down

0 comments on commit 2a73c2a

Please sign in to comment.