diff --git a/.changeset/cruel-ads-march.md b/.changeset/cruel-ads-march.md new file mode 100644 index 0000000..2e206be --- /dev/null +++ b/.changeset/cruel-ads-march.md @@ -0,0 +1,9 @@ +--- +"@musica-sacra/layout": patch +--- + +Remove temp styles. + +- **what** Remove temp styles. +- **why** . +- **how** Nothing diff --git a/packages/layout/src/components/king/king.scss b/packages/layout/src/components/king/king.scss index 0d2bfe8..bad8bae 100644 --- a/packages/layout/src/components/king/king.scss +++ b/packages/layout/src/components/king/king.scss @@ -1,6 +1,4 @@ .ms-king { - background-color: lightpink; - width: 100%; display: flex; justify-content: space-between; @@ -36,7 +34,6 @@ } &sidebar { - background-color: lightBlue; width: 100%; max-width: 320px; height: auto;