Skip to content

Commit

Permalink
fix: update unfollow button to outline-fill (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivzhang authored Apr 5, 2024
1 parent 2e65bc2 commit 0427e81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const FollowSchema: IConfigurationSchema = {
},
buttonStyle: {
type: "string",
enum: ["solid", "outline"],
enum: ["solid", "outline-fill"],
default: "solid",
},
},
Expand Down

0 comments on commit 0427e81

Please sign in to comment.