Skip to content

Commit

Permalink
fixed typo in css, changed = to :
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-aiman committed Jul 18, 2021
1 parent a6711a6 commit 00c2f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function bootBladeDirective()
</style>
<a
href="{$route}"
style="display: block; font-family='SF Pro Text'; text-align: center; height: 25%; padding: 5%; padding-top: 3%; padding-bottom: 3%; width: 100%; background-color: {$backgroundColor}; border: {$border}; border-radius: {$borderRadius}px; color: {$textColor};"
style="display: block; font-family:'SF Pro Text'; text-align: center; height: 25%; padding: 5%; padding-top: 3%; padding-bottom: 3%; width: 100%; background-color: {$backgroundColor}; border: {$border}; border-radius: {$borderRadius}px; color: {$textColor};"
id="sign-in-with-apple"
>
 {$text} with Apple
Expand Down

0 comments on commit 00c2f81

Please sign in to comment.