Ability to change Group gap globally #10054
-
DescriptionCurrently there is no way to globally override Group component gap because there is no recipe for the Gap component. Problem Statement/JustificationWe need to change gap space from 0.5rem to chakra 3 token. Proposed Solution or APIAdd a global CSS variable Or create Group theme recipe. AlternativesNo response Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Jul 24, 2025
Replies: 1 comment
-
Added support for changing the group gap via |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
segunadebayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added support for changing the group gap via
--group-gap
CSS variable.