Skip to content

Commit

Permalink
Fix default theme map
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzasse committed Oct 23, 2021
1 parent bdfda05 commit 9a074b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/internals/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const FONT_SIZE_PROPERTIES = {
};

export const FONT_WEIGHT_PROPERTIES = {
fontWeights: 'fontWeights',
fontWeight: 'fontWeights',
};

export const LINE_HEIGHT_PROPERTIES = {
Expand All @@ -93,6 +93,8 @@ export const BORDER_WIDTH_PROPERTIES = {
borderRightWidth: 'borderWidths',
borderBottomWidth: 'borderWidths',
borderLeftWidth: 'borderWidths',
borderEndWidth: 'borderWidths',
borderStartWidth: 'borderWidths',
};

export const BORDER_STYLE_PROPERTIES = {
Expand Down

0 comments on commit 9a074b4

Please sign in to comment.