Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Jan 29, 2024
2 parents 2748cfd + d57fe38 commit db9060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/components/code/code.inject-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export { Hr, Body } from './components/utils';
/**
* Export space related constants
*/
export { SPACING_UNIT } from '@westpac/ui/tailwind';
export const SPACING_UNIT = 6;

export const SPACING_SCALE = [
{ value: 0.5, className: 'pr-0.5' },
Expand Down

0 comments on commit db9060f

Please sign in to comment.