Skip to content

Commit 8e26e7f

Browse files
committed
rush change
1 parent 23828f5 commit 8e26e7f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-design-system",
5+
"comment": "add actionBurst component",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "pcln-design-system"
10+
}

packages/core/src/Animate/ActionBurst.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ActionBurst: React.FC<InferProps<typeof propTypes>> = (props) => {
2121
initial={{
2222
color: getPaletteColor('primary.base')(props),
2323
opacity: 0.2,
24-
scale: 1,
24+
scale: 0,
2525
y: -100,
2626
position: 'absolute',
2727
}}
@@ -37,7 +37,7 @@ const ActionBurst: React.FC<InferProps<typeof propTypes>> = (props) => {
3737
initial={{
3838
color: getPaletteColor('primary.base')(props),
3939
opacity: 0.4,
40-
scale: 1,
40+
scale: 0,
4141
y: -70,
4242
x: 0,
4343
position: 'absolute',
@@ -51,7 +51,7 @@ const ActionBurst: React.FC<InferProps<typeof propTypes>> = (props) => {
5151
initial={{
5252
color: getPaletteColor('promoPrimary.base')(props),
5353
opacity: 0.3,
54-
scale: 1,
54+
scale: 0,
5555
y: -80,
5656
x: 0,
5757
position: 'absolute',

0 commit comments

Comments
 (0)