File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
reflex_ui/components/base Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ fail_fast: true
22
33repos :
44 - repo : https://github.com/astral-sh/ruff-pre-commit
5- rev : v0.12.8
5+ rev : v0.12.10
66 hooks :
77 - id : ruff-check
88 files : ^reflex_ui/
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class ClassNames:
1919 LIST = "bg-secondary-3 inline-flex gap-1 p-1 items-center justify-start rounded-ui-md relative z-0"
2020 TAB = "h-7 px-1.5 rounded-ui-sm justify-center items-center gap-1.5 inline-flex text-sm font-medium text-secondary-11 cursor-pointer z-[1] hover:text-secondary-12 transition-color text-nowrap data-[selected]:text-secondary-12 data-[disabled]:cursor-not-allowed data-[disabled]:text-secondary-8"
2121 INDICATOR = "absolute top-1/2 left-0 -z-1 h-7 w-(--active-tab-width) -translate-y-1/2 translate-x-(--active-tab-left) rounded-ui-sm bg-secondary-1 shadow-small transition-all duration-200 ease-in-out"
22- PANEL = "flex flex-col gap-2 p-2 "
22+ PANEL = "flex flex-col gap-2"
2323
2424
2525class TabsBaseComponent (BaseUIComponent ):
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class ClassNames:
2020 LIST = "bg-secondary-3 inline-flex gap-1 p-1 items-center justify-start rounded-ui-md relative z-0"
2121 TAB = "h-7 px-1.5 rounded-ui-sm justify-center items-center gap-1.5 inline-flex text-sm font-medium text-secondary-11 cursor-pointer z-[1] hover:text-secondary-12 transition-color text-nowrap data-[selected]:text-secondary-12 data-[disabled]:cursor-not-allowed data-[disabled]:text-secondary-8"
2222 INDICATOR = "absolute top-1/2 left-0 -z-1 h-7 w-(--active-tab-width) -translate-y-1/2 translate-x-(--active-tab-left) rounded-ui-sm bg-secondary-1 shadow-small transition-all duration-200 ease-in-out"
23- PANEL = "flex flex-col gap-2 p-2 "
23+ PANEL = "flex flex-col gap-2"
2424
2525class TabsBaseComponent (BaseUIComponent ):
2626 @property
You can’t perform that action at this time.
0 commit comments