ui: switch branding palette to orange

This commit is contained in:
2026-02-07 21:45:36 +03:00
parent 005478ac6b
commit 22f0ad0e6e
7 changed files with 53 additions and 53 deletions

View File

@@ -29,7 +29,7 @@
<td class="px-4 py-3 text-center">
{{if .CurrentPrice}}
<button onclick="addToCart('{{jsesc .LotName}}', {{deref .CurrentPrice}}, '{{jsesc .Description}}')"
class="px-3 py-1 bg-blue-600 text-white text-xs rounded hover:bg-blue-700">
class="px-3 py-1 bg-orange-600 text-white text-xs rounded hover:bg-orange-700">
+ Добавить
</button>
{{else}}