diff --git a/src/ocamlorg_frontend/components/forms.eml b/src/ocamlorg_frontend/components/forms.eml index de6ec10b47..1952079626 100644 --- a/src/ocamlorg_frontend/components/forms.eml +++ b/src/ocamlorg_frontend/components/forms.eml @@ -10,13 +10,13 @@ let search_input ?button_attrs ?input_attrs ?dropdown_html ~label ~name _class = type="search" name="<%s name %>" placeholder="<%s label %>" - class="h-full w-full font-medium focus:border-legacy-primary-600 focus:ring-0 text-gray-800 border-legacy-primary-600 rounded-md rounded-r-none px-3 py-1 placeholder-body-400 appearance-none focus:outline-none" + class="h-full w-full font-medium focus:border-primary focus:ring-0 text-gray-800 border-primary rounded-md rounded-r-none px-3 py-1 placeholder-body-400 appearance-none focus:outline-none" <%s! Option.value ~default:"" input_attrs %> > diff --git a/src/ocamlorg_frontend/components/header.eml b/src/ocamlorg_frontend/components/header.eml index 627979a963..8146521b14 100644 --- a/src/ocamlorg_frontend/components/header.eml +++ b/src/ocamlorg_frontend/components/header.eml @@ -12,7 +12,7 @@ let menu_link ?(_class="") () = - hover:text-legacy-primary-600"><%s title %> + hover:text-primary"><%s title %> let render @@ -22,7 +22,7 @@ let render = let search_dropdown () =
- + Standard Library API <%s! Icons.arrow_top_right_on_square "w-6 h-6" %> @@ -64,7 +64,7 @@ in <% if show_get_started then (%> <% ); %>