mirror of https://github.com/docusealco/docuseal
- Fix DaisyUI theme: base-200/300 changed from bright teal (#93bec7) to proper dark shades (#252525/#333333) so cards and surfaces blend with the dark background - Fix neutral color from teal to dark (#2a2a2a) for proper button styling - Replace all hardcoded bg-white with bg-base-300 in SCSS and Vue components so form inputs, checkboxes, radios, and buttons match the dark theme - Update start_form logo partial from DocuSeal to Disruptive Records - Fix autocomplete dropdown background colors for dark theme https://claude.ai/code/session_01SMJoL1Hzz3b5qqDhyD63jFpull/580/head
parent
66e6775227
commit
a57d46b53c
@ -1,6 +1,3 @@
|
|||||||
<a href="/" class="flex justify-center items-center">
|
<div class="flex justify-center py-4">
|
||||||
<span class="mr-3">
|
<img src="https://github.com/disruptiverecords/docuseal/blob/master/dr-logo.png?raw=true" alt="Disruptive Records" class="h-8">
|
||||||
<%= render 'shared/logo', width: '50px', height: '50px' %>
|
</div>
|
||||||
</span>
|
|
||||||
<h1 class="text-5xl font-bold text-center">DocuSeal</h1>
|
|
||||||
</a>
|
|
||||||
|
|||||||
Loading…
Reference in new issue