Skip to content

Commit f096705

Browse files
committed
fix test
1 parent c2d0615 commit f096705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boilerplates/solid/files/pages/todo/TodoList.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export function TodoList(props: { initialTodoItems: { text: string }[] }) {
7171
/>
7272
<button
7373
type="submit"
74+
//# BATI.has("tailwindcss") || BATI.has("panda-css")
7475
class={
7576
BATI.has("tailwindcss")
7677
? "text-white bg-blue-700 hover:bg-blue-800 focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto p-2"

0 commit comments

Comments
 (0)