Skip to content

Commit

Permalink
Merge pull request #12 from Convertiv/CONVHAND-218-fix-undefined-opac…
Browse files Browse the repository at this point in the history
…ity-issue-with-buttons

Fixes undefined bug in button token opacity
  • Loading branch information
bradmering authored Mar 23, 2023
2 parents 34ab537 + 6b089f0 commit 0cd8c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions figma-exporter/src/transformers/scss/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export const transformButtonComponentTokensToScssVariables = (tokens: ButtonComp
[getScssVariableName({ component: 'button', part: '', property: 'opacity', theme, type, state })]: {
value: `${tokens.opacity}`,
property: 'opacity',
group: Part.Button,
},
};
};

0 comments on commit 0cd8c08

Please sign in to comment.