File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def badge() -> rx.Component:
1414 class_name = "text-slate-1 font-semibold font-['Instrument_Sans'] text-sm leading-4 tracking-[-0.00656rem]" ,
1515 ),
1616 underline = "none" ,
17- class_name = "fixed bottom-4 right-4 flex flex-row gap-1.5 items-center w-auto rounded-lg dark:bg-[#FCFCFD] shadow-small p-1.5 transition-bg border border-solid dark:border-[#E0E1E6] z-[9998] bg-[#151618] border-[#27282B] cursor-pointer" ,
17+ class_name = "fixed bottom-4 right-4 flex flex-row gap-1.5 items-center w-auto rounded-lg dark:bg-[#FCFCFD] shadow-small p-1.5 transition-bg border border-solid dark:border-[#E0E1E6] z-[9998] bg-[#151618] border-[#27282B] cursor-pointer max-lg:hidden " ,
1818 href = "https://github.com/reflex-dev/reflex-web" ,
1919 ),
2020 align = "start" ,
Original file line number Diff line number Diff line change 99 "chakra-react-select" ,
1010 "@radix-ui/react-navigation-menu" ,
1111 ],
12+ show_build_with_reflex = False ,
1213 telemetry_enabled = False ,
1314 tailwind = tw_config ,
1415)
You can’t perform that action at this time.
0 commit comments