ui: switch branding palette to orange
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user