diff --git a/src/components/layout/PanelChange/styles.module.scss b/src/components/layout/PanelChange/styles.module.scss index b38a882c..af47ac5e 100644 --- a/src/components/layout/PanelChange/styles.module.scss +++ b/src/components/layout/PanelChange/styles.module.scss @@ -3,7 +3,7 @@ @include flexbox(flex-start, center); flex-direction: column; border-radius: 10px; - background: var(--color-blue-light); + background: transparent; color: var(--color-black-dark); width: 100%; font-size: 14px;