Skip to content

Commit

Permalink
[front] - refactor: remove redundant outline class from button (#8279)
Browse files Browse the repository at this point in the history
- The `outline` class was removed from the "Add Header" button to clean up redundant styling properties.

Co-authored-by: Jules <[email protected]>
  • Loading branch information
JulesBelveze and Jules authored Oct 29, 2024
1 parent ffa521f commit fb4bae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/components/spaces/SpaceWebsiteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ const AdvancedSettingsModal = ({
<div className="flex">
<Button
variant="outline"
className="outline"
label="Add Header"
onClick={() => {
onSave([...headers, { key: "", value: "" }]);
Expand Down

0 comments on commit fb4bae0

Please sign in to comment.