app/components/lookbook/params/editor/component.html.erb in lookbook-1.3.1 vs app/components/lookbook/params/editor/component.html.erb in lookbook-1.3.3

- old
+ new

@@ -1,6 +1,6 @@ -<%= render_component_tag class: "p-4 overflow-hidden" do %> - <div class="bg-white border border-lookbook-divider rounded-md overflow-x-auto"> +<%= render_component_tag class: "overflow-hidden" do %> + <div class="bg-lookbook-params-editor-bg border border-lookbook-divider rounded-md overflow-x-auto"> <table class="border-collapse w-full" :class="narrow && 'linear'"> <thead> <tr> <th class="param-label">Param</th> <th class="param-description">Description</th> \ No newline at end of file