fix: update Dropdown styling in SLASection component

This commit is contained in:
Shariq Ansari 2025-08-19 12:21:30 +05:30
parent a76bd2cab2
commit edd0ec5f68

View File

@ -21,13 +21,10 @@
<div v-else>{{ s.value }}</div>
</div>
</Tooltip>
<Dropdown
class="form-control"
v-if="s.type == 'Select'"
:options="s.options"
>
<Dropdown v-if="s.type == 'Select'" :options="s.options">
<template #default="{ open }">
<Button
class="form-control bg-surface-white hover:bg-surface-white"
:label="s.value"
:iconRight="open ? 'chevron-up' : 'chevron-down'"
/>