changing btn styles

This commit is contained in:
Juan de la Cruz 2020-05-06 08:45:15 +02:00
parent 9951ec691e
commit e6aaf65d03
4 changed files with 30 additions and 54 deletions

View file

@ -88,7 +88,7 @@
[:span.share-link-subtitle (t locale "viewer.header.share.subtitle")]
[:div.share-link-buttons
(if (string? token)
[:button.btn-delete {:on-click delete}
[:button.btn-warning {:on-click delete}
(t locale "viewer.header.share.remove-link")]
[:button.btn-primary {:on-click create}
(t locale "viewer.header.share.create-link")])]]]]))