File tree Expand file tree Collapse file tree
packages/components-library/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ export function SectionBackgroundPanel({
142142 color || "#ffffff" ,
143143 } )
144144 }
145- tooltip = "Choose the background color for this section"
146145 />
147146 < ColorSelector
148147 title = "Dark Mode Color"
@@ -152,7 +151,6 @@ export function SectionBackgroundPanel({
152151 backgroundColorDark : color ,
153152 } )
154153 }
155- tooltip = "Optional background color for dark mode"
156154 allowReset = { true }
157155 />
158156 </ TabsContent >
@@ -212,7 +210,6 @@ export function SectionBackgroundPanel({
212210 blur : blur || 0 ,
213211 } )
214212 }
215- tooltip = "Blur effect to the background image"
216213 unit = ""
217214 />
218215
@@ -241,7 +238,6 @@ export function SectionBackgroundPanel({
241238 color,
242239 } )
243240 }
244- tooltip = "Color of the overlay on top of the background image"
245241 />
246242 < ColorSelector
247243 title = "Dark Mode Overlay Color"
@@ -254,7 +250,6 @@ export function SectionBackgroundPanel({
254250 colorDark : color ,
255251 } )
256252 }
257- tooltip = "Optional overlay color for dark mode"
258253 allowReset = { true }
259254 />
260255 < PageBuilderSlider
@@ -269,7 +264,6 @@ export function SectionBackgroundPanel({
269264 opacity,
270265 } )
271266 }
272- tooltip = "Opacity of the overlay"
273267 unit = ""
274268 />
275269 < CustomSelect
You can’t perform that action at this time.
0 commit comments