We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d96364 commit 98221a1Copy full SHA for 98221a1
src/designSystem/kubit/components/footer/styles.ts
@@ -9,6 +9,7 @@ export const FOOTER_STYLES: FooterStylesType<FooterVariants> = {
9
[FooterVariants.DEFAULT]: {
10
rootContainer: {
11
background_color: COLORS.NEUTRAL.color_neutral_bg_250,
12
+ gap: SPACINGS.spacing_400,
13
flex_direction: 'row',
14
[DeviceBreakpointsType.DESKTOP]: {
15
padding_top: SPACINGS.spacing_450,
0 commit comments