Skip to content

Commit 50bbbc5

Browse files
committed
Mix format
1 parent 83849f2 commit 50bbbc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/prima_web/live/demo_live/sidebar.html.heex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
class={[
4242
"group flex items-center px-3 py-2 text-sm font-medium rounded-md transition-colors",
4343
@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"
44+
@current_action not in [:modal, :modal_history] &&
45+
"text-gray-700 hover:bg-gray-100 hover:text-gray-900"
4546
]}
4647
>
4748
Modal

0 commit comments

Comments
 (0)