Skip to content

Commit 8be7f70

Browse files
committed
default values changed
1 parent 96f83e6 commit 8be7f70

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,13 @@ export const defaultTheme: ThemeDetail = {
236236
padding: '3px',
237237
gridColumns: '24',
238238
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',
239+
animation: '',
240+
animationDelay: '',
241+
animationDuration: '',
242+
opacity: '1',
243+
boxShadow: '',
244+
boxShadowColor: '',
245+
animationIterationCount: '',
246246
};
247247

248248
export const SURFACE_COLOR = '#FFFFFF';

0 commit comments

Comments
 (0)