summaryrefslogtreecommitdiff
path: root/src/client/ui
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-12-30 09:27:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-12-30 09:27:19 +0900
commit4874f54d4ddedcd38ca82db795cb8703cd7e333e (patch)
treebe437086c08adba5cfb563137ac28c76af6bc773 /src/client/ui
parent12.65.2 (diff)
downloadsharkey-4874f54d4ddedcd38ca82db795cb8703cd7e333e.tar.gz
sharkey-4874f54d4ddedcd38ca82db795cb8703cd7e333e.tar.bz2
sharkey-4874f54d4ddedcd38ca82db795cb8703cd7e333e.zip
:art:
Diffstat (limited to 'src/client/ui')
-rw-r--r--src/client/ui/deck/column.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/ui/deck/column.vue b/src/client/ui/deck/column.vue
index 2614eecf93..548e0eb091 100644
--- a/src/client/ui/deck/column.vue
+++ b/src/client/ui/deck/column.vue
@@ -191,6 +191,7 @@ export default defineComponent({
} : undefined, null, {
icon: faTrashAlt,
text: this.$ts.remove,
+ danger: true,
action: () => {
removeColumn(this.column.id);
}