feat: Add support for dark mode in more pages
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
<template>
|
||||
<li class="dropdown-menu--divider" :tabindex="null" :aria-disabled="true" />
|
||||
<li
|
||||
class="list-none my-1 mx-0 border-b border-slate-50 dark:border-slate-700"
|
||||
:tabindex="null"
|
||||
:aria-disabled="true"
|
||||
/>
|
||||
</template>
|
||||
<script>
|
||||
export default {};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.dropdown-menu--divider {
|
||||
list-style: none;
|
||||
margin: var(--space-small) 0;
|
||||
border-bottom: 1px solid var(--s-50);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user