updated ui/dist and slighly increased the colors contrast

This commit is contained in:
Gani Georgiev
2023-02-02 14:09:25 +02:00
parent 21d7cff43d
commit dcaacd0d28
34 changed files with 45 additions and 43 deletions
@@ -300,7 +300,9 @@
<div class="form-field-addon">
<button
type="button"
class="btn btn-sm p-r-10 p-l-10 {collection.isNew ? 'btn-hint' : 'btn-transparent'}"
class="btn btn-sm p-r-10 p-l-10 {collection.isNew
? 'btn-secondary'
: 'btn-transparent'}"
disabled={!collection.isNew}
>
<!-- empty span for alignment -->