Skip to content

Commit

Permalink
fix: added defaut value to other token sets
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Aug 28, 2024
1 parent 8746369 commit 6bdc3b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/style/kbaQuickFormTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ export const kbaQuickFormTokens: QuickFormTokens = {
lowEmphasisOpacity: 0.38,
mediumEmphasisOpacity: 0.60,
highEmphasisOpacity: 0.87,
slideButtonIconSize: '1.5rem',
};
2 changes: 2 additions & 0 deletions packages/core/src/style/modernQuickFormTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ export const modernQuickFormTokens: QuickFormTokens = {
lowEmphasisOpacity: 0.38,
mediumEmphasisOpacity: 0.60,
highEmphasisOpacity: 0.87,

slideButtonIconSize: '1.5rem',
};

0 comments on commit 6bdc3b3

Please sign in to comment.