mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-13 02:15:41 +00:00
feat: dark mode
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="space-y-5 rounded-lg" :class="{ 'box p-5': actions.length > 0 }">
|
||||
<div class="space-y-5 rounded" :class="{ 'box p-5': actions.length > 0 }">
|
||||
<div class="space-y-5">
|
||||
<div v-for="(action, index) in actions" :key="index" class="space-y-5">
|
||||
<div v-if="index > 0">
|
||||
|
||||
Reference in New Issue
Block a user