Skip to content

Commit

Permalink
Remove unused config values
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jun 23, 2021
1 parent 05f5f30 commit 9089891
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/components/src/utils/config-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import { COLORS } from './colors-values';
const CONTROL_HEIGHT = '30px';
const CONTROL_PADDING_X = '12px';

const CARD_PADDING_X = space( 3 );
const CARD_PADDING_Y = space( 3 );

export default {
colorDivider: 'rgba(0, 0, 0, 0.1)',
colorScrollbarThumb: 'rgba(0, 0, 0, 0.2)',
Expand Down Expand Up @@ -51,15 +48,10 @@ export default {
controlHeightSmall: `calc( ${ CONTROL_HEIGHT } * 0.8 )`,
controlHeightXSmall: `calc( ${ CONTROL_HEIGHT } * 0.6 )`,
cardBorderRadius: '2px',
cardPaddingX: CARD_PADDING_X,
cardPaddingY: CARD_PADDING_Y,
cardPadding: `${ CARD_PADDING_X } ${ CARD_PADDING_Y }`,
cardPaddingXSmall: `${ space( 2 ) }`,
cardPaddingSmall: `${ space( 4 ) }`,
cardPaddingMedium: `${ space( 4 ) } ${ space( 6 ) }`,
cardPaddingLarge: `${ space( 6 ) } ${ space( 8 ) }`,
cardHeaderFooterPaddingY: space( 1 ),
cardHeaderHeight: '44px',
surfaceBackgroundColor: COLORS.white,
surfaceBackgroundSubtleColor: '#F3F3F3',
surfaceBackgroundTintColor: '#F5F5F5',
Expand Down

0 comments on commit 9089891

Please sign in to comment.