Skip to content

Commit

Permalink
Remove ai control background color
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Jan 19, 2024
1 parent 9fa3ec5 commit d281333
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/vue-form-builder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
}"
:boundary="'viewport'"
:data-cy="`controls-${element.component}`"
:class="{
'ai-control': element.component === 'AiSection',
'gray-text': true
}"
>
<i
v-if="element.config && element.config.icon"
Expand Down Expand Up @@ -1431,10 +1427,6 @@ $side-bar-font-size: 0.875rem;
background: #cbdfff;
}
.ai-control {
background: #fff4d3;
}
.pulse {
animation: pulse-animation 2s infinite;
}
Expand Down

0 comments on commit d281333

Please sign in to comment.