Skip to content

Commit b777d7d

Browse files
committed
woops
1 parent 7277980 commit b777d7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reflex/components/radix/primitives/accordion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,10 @@ def create(cls, *children, **props) -> Component:
432432

433433

434434
SLIDE_DOWN = Var(
435-
r""""keyframes({ from: { height: 0 }, to: { height: "var(--radix-accordion-content-height)" } })"""
435+
r'keyframes({ from: { height: 0 }, to: { height: "var(--radix-accordion-content-height)" } })'
436436
)
437437
SLIDE_UP = Var(
438-
r""""keyframes({ from: { height: "var(--radix-accordion-content-height)" }, to: { height: 0 } })"""
438+
r'keyframes({ from: { height: "var(--radix-accordion-content-height)" }, to: { height: 0 } })'
439439
)
440440

441441

0 commit comments

Comments
 (0)