diff --git a/app/assets/stylesheets/components/buttons.css b/app/assets/stylesheets/components/buttons.css
index d8730db..b879634 100644
--- a/app/assets/stylesheets/components/buttons.css
+++ b/app/assets/stylesheets/components/buttons.css
@@ -14,12 +14,12 @@
@apply py-1 px-2 text-sm;
}
- .btn-outline {
- @apply border-2 border-gray-100 hover:bg-gray-100;
+ .btn-icon {
+ @apply py-2 px-3;
}
- .btn-icon {
- @apply px-3;
+ .btn-outline {
+ @apply py-2 border-2 border-gray-100 hover:bg-gray-100;
}
.btn-gray {
diff --git a/app/views/admin/settings/services/_discourse.html.erb b/app/views/admin/settings/services/_discourse.html.erb
index a4b557f..63cd589 100644
--- a/app/views/admin/settings/services/_discourse.html.erb
+++ b/app/views/admin/settings/services/_discourse.html.erb
@@ -30,14 +30,14 @@
-
diff --git a/app/views/invitations/index.html.erb b/app/views/invitations/index.html.erb
index e54ee68..f78851e 100644
--- a/app/views/invitations/index.html.erb
+++ b/app/views/invitations/index.html.erb
@@ -8,7 +8,7 @@
<% @invitations_unused.each do |invitation| %>
- -
+
-
diff --git a/app/views/services/lightning/index.html.erb b/app/views/services/lightning/index.html.erb
index 58a7c12..982fee1 100644
--- a/app/views/services/lightning/index.html.erb
+++ b/app/views/services/lightning/index.html.erb
@@ -16,14 +16,14 @@
disabled="disabled"
data-clipboard-target="source" />
-
diff --git a/app/views/settings/_account.html.erb b/app/views/settings/_account.html.erb
index 5726230..b1b3430 100644
--- a/app/views/settings/_account.html.erb
+++ b/app/views/settings/_account.html.erb
@@ -13,13 +13,13 @@
'settings--account--email-target': 'emailField'
}, required: true %>
diff --git a/app/views/settings/_profile.html.erb b/app/views/settings/_profile.html.erb
index e72430c..b3424aa 100644
--- a/app/views/settings/_profile.html.erb
+++ b/app/views/settings/_profile.html.erb
@@ -7,14 +7,14 @@
disabled="disabled"
data-clipboard-target="source" />
-