Fix: Improve dropdown theme support

- Update dropdown themes by ensuring its background color adapts correctly.
This commit is contained in:
Tola Leng
2025-07-25 17:42:25 +07:00
parent 8d279aa0da
commit 86e707803e
@@ -164,7 +164,7 @@ export const ComponentsSelector = ({ selectedComponents, onComponentsChange, onC
<SelectTrigger>
<SelectValue placeholder="Select an uptime service" />
</SelectTrigger>
<SelectContent className="z-50 bg-white border shadow-lg">
<SelectContent>
{services.map((service) => (
<SelectItem key={service.id} value={service.id}>
<div className="flex items-center gap-2">