app/components/lookbook/button/component.html.erb in lookbook-1.0.0.beta.5 vs app/components/lookbook/button/component.html.erb in lookbook-1.0.0.beta.6

- old
+ new

@@ -1,10 +1,10 @@ <%= render_component_tag tag_name, href: @href, class: [ - "block text-lookbook-button-text focus:outline-none focus-visible:outline-none #{padding}", + "block text-lookbook-icon-button-stroke focus:outline-none focus-visible:outline-none #{padding}", { - "hover:text-lookbook-button-text-hover": !@disabled, + "hover:text-lookbook-icon-button-stroke-hover": !@disabled, "cursor-[not-allowed] opacity-50": @disabled } ], disabled: @disabled, "@keydown.esc.stop": "hideDropdown" do %> \ No newline at end of file