We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83849f2 commit 50bbbc5Copy full SHA for 50bbbc5
lib/prima_web/live/demo_live/sidebar.html.heex
@@ -41,7 +41,8 @@
41
class={[
42
"group flex items-center px-3 py-2 text-sm font-medium rounded-md transition-colors",
43
@current_action in [:modal, :modal_history] && "bg-blue-100 text-blue-700",
44
- @current_action not in [:modal, :modal_history] && "text-gray-700 hover:bg-gray-100 hover:text-gray-900"
+ @current_action not in [:modal, :modal_history] &&
45
+ "text-gray-700 hover:bg-gray-100 hover:text-gray-900"
46
]}
47
>
48
Modal
0 commit comments