Skip to content

Commit caf5b9d

Browse files
committed
Experimental blue look
1 parent 6a7bacc commit caf5b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/controllers/research_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule ComponentsGuideWeb.ResearchController do
4242
content_tag(
4343
:article,
4444
children,
45-
class: "text-xl p-4 bg-gray-100 rounded spacing-y-4"
45+
class: "mb-4 text-xl spacing-y-4 p-4 bg-blue-100 border border-blue-200 rounded shadow-lg"
4646
)
4747
end
4848
end

0 commit comments

Comments
 (0)