Skip to content

Commit 9890e4b

Browse files
authored
Merge pull request #36 from mohamed-aiman/fix-typo
fixed typo in css, changed = to :
2 parents a6711a6 + 00c2f81 commit 9890e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function bootBladeDirective()
7272
</style>
7373
<a
7474
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};"
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};"
7676
id="sign-in-with-apple"
7777
>
7878
 {$text} with Apple

0 commit comments

Comments
 (0)