Skip to content

Commit

Permalink
23.12.81: fixed wt-page-wrapper bg color [WTEL-3902]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Dec 4, 2023
1 parent 5a95967 commit c473878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "23.12.80",
"version": "23.12.81",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/components/wt-page-wrapper/wt-page-wrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default {
max-width: 100%;
padding: var(--page-wrapper-padding);
gap: var(--page-wrapper-section-gap);
background: var(--wt-page-wrapper-background-color);
}
.wt-page-wrapper__header,
Expand Down

0 comments on commit c473878

Please sign in to comment.