Skip to content

Commit

Permalink
chore(themer-component): removes inline preview css
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishbite committed Aug 7, 2023
1 parent b2c96dc commit ff19703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor/components/fields/ThemerComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const ThemerComponent = () => {

return (
<>
<style>{ previewCss }</style>
<div className="themer-topbar">
<Button isSecondary onClick={ () => reset() } text="Reset" />
<Button isPrimary onClick={ () => save() } text="Save" />
Expand Down

0 comments on commit ff19703

Please sign in to comment.