We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f83e6 commit 8be7f70Copy full SHA for 8be7f70
client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx
@@ -236,13 +236,13 @@ export const defaultTheme: ThemeDetail = {
236
padding: '3px',
237
gridColumns: '24',
238
textSize: '14px',
239
- animation: 'bounce',
240
- animationDelay: '2s',
241
- animationDuration: '2s',
242
- opacity: '0.33',
243
- boxShadow: '10px 5px 5px',
244
- boxShadowColor: '#D7D9E0',
245
- animationIterationCount: '10',
+ animation: '',
+ animationDelay: '',
+ animationDuration: '',
+ opacity: '1',
+ boxShadow: '',
+ boxShadowColor: '',
+ animationIterationCount: '',
246
};
247
248
export const SURFACE_COLOR = '#FFFFFF';
0 commit comments