Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
| 43 | <div class="sep-bg-wrapper"> | 43 | <div class="sep-bg-wrapper"> |
| 44 | <div class="sep-bg" :style="{ borderColor: item.component_props.theme_color }"></div> | 44 | <div class="sep-bg" :style="{ borderColor: item.component_props.theme_color }"></div> |
| 45 | </div> | 45 | </div> |
| 46 | - <div class="sep-label" style="background-color: rgb(250, 129, 24);"> | 46 | + <div class="sep-label" :style="{ backgroundColor: item.component_props.theme_color}"> |
| 47 | <span v-if="!item.component_props.hide_label">{{ item.component_props.label }}</span> | 47 | <span v-if="!item.component_props.hide_label">{{ item.component_props.label }}</span> |
| 48 | </div> | 48 | </div> |
| 49 | </div> | 49 | </div> | ... | ... |
-
Please register or login to post a comment