@codecademy/gamut

68.2.268.2.3-alpha.c8dfb9.0
dist/AccordionButtonDeprecated/ButtonDeprecated/index.js
~dist/AccordionButtonDeprecated/ButtonDeprecated/index.jsModified
+1−1
Index: package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.js
===================================================================
--- package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.js
+++ package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.js
@@ -15,9 +15,9 @@
   platform: 'greyblue',
   lantern: 'darkmint',
   royalblue: 'brand-purple'
 };
-const themes = ['hyper', 'navy', 'red', 'white', 'brand-red', 'brand-yellow', 'brand-purple', 'brand-dark-blue', 'brand-blue', 'mint', 'darkmint', 'grey', 'greyblue'];
+const _themes = ['hyper', 'navy', 'red', 'white', 'brand-red', 'brand-yellow', 'brand-purple', 'brand-dark-blue', 'brand-blue', 'mint', 'darkmint', 'grey', 'greyblue'];
 const propKeys = ['theme', 'size', 'outline', 'underline', 'link', 'caps', 'go', 'children', 'block', 'className', 'round', 'square', 'flat', 'fitText', 'onClick'];
 const isPreset = theme => {
   return hasIn(buttonPresetThemes, theme);
 };