mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 15:37:53 +00:00
fix light mode styling and remove transitions
This commit is contained in:
parent
c4480690a3
commit
0070c1bd38
2 changed files with 33 additions and 23 deletions
|
|
@ -766,8 +766,8 @@ HTML;
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<div class="flex-col p-4 border border-zinc-700 rounded-b-xl rounded-tr-xl shadow-2xl">
|
||||
<div x-show="subTab === 'settings'" x-transition:enter.opacity.duration.150ms>
|
||||
<div class="flex-col p-4 bg-transparent rounded-tl-none styled-container">
|
||||
<div x-show="subTab === 'settings'">
|
||||
<flux:field>
|
||||
<flux:description>Enter the URL(s) to poll for data:</flux:description>
|
||||
<flux:textarea
|
||||
|
|
@ -781,7 +781,7 @@ HTML;
|
|||
</flux:field>
|
||||
</div>
|
||||
|
||||
<div x-show="subTab === 'preview'" x-cloak x-transition:enter.opacity.duration.150ms>
|
||||
<div x-show="subTab === 'preview'" x-cloak>
|
||||
<flux:field>
|
||||
<flux:description>Preview computed URLs here (readonly):</flux:description>
|
||||
<flux:textarea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue