Skip to content

Commit 9f16f3c

Browse files
committed
pull from dev
2 parents d38320e + b2ecece commit 9f16f3c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 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';
@@ -672,14 +672,14 @@ const STYLING_FIELDS_CONTAINER_SEQUENCE = [
672672
BORDER_STYLE,
673673
RADIUS,
674674
BORDER_WIDTH,
675-
ANIMATION,
676-
ANIMATIONDELAY,
677-
ANIMATIONDURATION,
678675
OPACITY,
679676
BOXSHADOW,
680677
BOXSHADOWCOLOR,
681-
ANIMATIONITERATIONCOUNT,
682678
ROTATION,
679+
ANIMATION,
680+
ANIMATIONDELAY,
681+
ANIMATIONDURATION,
682+
ANIMATIONITERATIONCOUNT,
683683
];
684684

685685
const FILL = {

0 commit comments

Comments
 (0)