Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Sep 25, 2023
1 parent 6539fe7 commit 8b5dc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule LiveSelect.TestHelpers do
tailwind: [
active_option: ~S(text-white bg-gray-600),
available_option: ~S(cursor-pointer hover:bg-gray-400 rounded),
container: ~S(relative h-full text-black),
container: ~S(h-full text-black),
dropdown: ~S(absolute rounded-md shadow z-50 bg-gray-100 w-full),
option: ~S(rounded px-4 py-1),
selected_option: ~S(text-gray-400),
Expand Down

0 comments on commit 8b5dc1d

Please sign in to comment.