Skip to content

Commit

Permalink
Update cashier-paddle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Jun 15, 2020
1 parent f1727b4 commit 7a77152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashier-paddle.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Cashier includes a `paddle-button` Blade component. We may pass the pay link URL
Subscribe
</x-paddle-button>

By default, this will display a button with the standard Paddle styling. You can also choose to remove any Paddle styling by applying `data-theme="none"`:
By default, this will display a button with the standard Paddle styling. You can remove all Paddle styling by adding the `data-theme="none"` attribute to the component:

<x-paddle-button :url="$payLink" class="px-8 py-4" data-theme="none">
Subscribe
Expand Down

0 comments on commit 7a77152

Please sign in to comment.