Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelar committed Jun 26, 2024
1 parent 89e2f2c commit 2e52fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Theme/Fohn.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ protected function btnText(Button $btn): void
'focus:ring-' . $this->colors[$btn->getColor()],
'disabled:text-gray-400',
'disabled:cursor-default',
])
])
->merge($this->btnShape($btn))
->get()
);
Expand Down

0 comments on commit 2e52fc0

Please sign in to comment.