chore: Update styles in settings pages (#11070)
--------- Co-authored-by: Pranav <pranavrajs@gmail.com> Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
@@ -19,16 +19,15 @@ const greetingsMessage = computed({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="w-3/4">
|
||||
<section>
|
||||
<div
|
||||
v-if="richtext"
|
||||
class="px-4 py-0 mx-0 mt-0 mb-4 bg-white border border-solid rounded-md border-slate-200 dark:border-slate-600 dark:bg-slate-900"
|
||||
class="px-4 py-0 mx-0 mt-0 mb-4 rounded-lg outline outline-1 outline-n-weak hover:outline-n-slate-6 dark:hover:outline-n-slate-6 bg-n-alpha-black2"
|
||||
>
|
||||
<WootMessageEditor
|
||||
v-model="greetingsMessage"
|
||||
is-format-mode
|
||||
enable-variables
|
||||
class="bg-white input dark:bg-slate-900"
|
||||
:placeholder="placeholder"
|
||||
:min-height="4"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user