Skip to content

Commit

Permalink
Fix "Enter fullscreen" button background
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Oct 27, 2022
1 parent a240cc8 commit d7b1421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"/js/field.js": "/js/field.js?id=9d7e3dbca4a217cd9b1548a8f4e1a97f"
"/js/field.js": "/js/field.js?id=a599868661464380f9b5d69375fa963f"
}
2 changes: 1 addition & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="unlayerControls flex">
<button
id="fullscreenToggleButton"
class="text-xs bg-90 hover:bg-black text-white font-semibold rounded-sm px-4 py-1 m-1 border"
class="text-xs bg-90 font-semibold rounded-sm px-4 py-1 m-1 border"
@click="toggleFullscreen"
type="button">
{{ __('Enter fullscreen') }}
Expand Down

0 comments on commit d7b1421

Please sign in to comment.