Skip to content

Commit

Permalink
website: update theme style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 19, 2022
1 parent 9cccf10 commit 80dea3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/app/App.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
}

.AppHeader {
background-color: var(--color-thme-bg);
background-color: var(--color-theme-bg);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.1);
padding: 120px 20px 40px 20px;
position: relative;
Expand All @@ -64,7 +64,7 @@ body {
user-select: none;
border-radius: 3px;
cursor: pointer;
color: var(--color-thme-text);
color: var(--color-theme-text);
background-color: var(--color-neutral-muted);
line-height: 30px;
text-transform: uppercase;
Expand Down

0 comments on commit 80dea3c

Please sign in to comment.