Files
windmill/frontend/src/lib/components/propertyPicker/WarningMessage.svelte
T

4 lines
186 B
Svelte

<div class="flex px-2 bg-yellow-100 rounded-lg dark:bg-yellow-200" role="alert">
<div class="text-xs font-medium text-yellow-700 dark:text-yellow-800">Require testing flow</div>
</div>