Skip to content

Commit

Permalink
avoid to override bg color for dark/light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Apr 12, 2022
1 parent f1de3c9 commit 8841b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/configurator-form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<form wire:submit.prevent="submitForm" action="#" method="POST">
@csrf
<div class=" sm:overflow-hidden">
<div class="px-4 py-5 bg-white space-y-6 sm:p-6 ">
<div class="px-4 py-5 space-y-6 sm:p-6 ">
<x-form.input-text
model="name"
name="name"
Expand Down

0 comments on commit 8841b7d

Please sign in to comment.