fix: update Dropdown styling in SLASection component

(cherry picked from commit edd0ec5f68eac0bfd9005adbbbd95fedd0c8e337)
This commit is contained in:
Shariq Ansari 2025-08-19 12:21:30 +05:30 committed by Mergify
parent 0d1c057cf3
commit 5212a61388

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'"
/>