commit
fb3d9e2a16
1 changed files with 1 additions and 2 deletions
|
@ -37,9 +37,8 @@ export const variantToClassName = {
|
||||||
icon: [styles.iconButton],
|
icon: [styles.iconButton],
|
||||||
secondary: [styles.secondary],
|
secondary: [styles.secondary],
|
||||||
copy: [styles.copyButton],
|
copy: [styles.copyButton],
|
||||||
secondaryCopy: [styles.secondaryCopy],
|
secondaryCopy: [styles.secondaryCopy, styles.copyButton],
|
||||||
iconCopy: [styles.iconCopyButton],
|
iconCopy: [styles.iconCopyButton],
|
||||||
secondaryCopy: [styles.copyButton],
|
|
||||||
secondaryHangup: [styles.secondaryHangup],
|
secondaryHangup: [styles.secondaryHangup],
|
||||||
dropdown: [styles.dropdownButton],
|
dropdown: [styles.dropdownButton],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue