Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
phonzammi committed Nov 13, 2024
1 parent c2d0615 commit f096705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boilerplates/solid/files/pages/todo/TodoList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export function TodoList(props: { initialTodoItems: { text: string }[] }) {
/>
<button
type="submit"
//# BATI.has("tailwindcss") || BATI.has("panda-css")
class={
BATI.has("tailwindcss")
? "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"
Expand Down

0 comments on commit f096705

Please sign in to comment.