We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6711a6 + 00c2f81 commit 9890e4bCopy full SHA for 9890e4b
src/Providers/ServiceProvider.php
@@ -72,7 +72,7 @@ public function bootBladeDirective()
72
</style>
73
<a
74
href="{$route}"
75
- 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};"
76
id="sign-in-with-apple"
77
>
78
{$text} with Apple
0 commit comments