From 3a836c5e82fb43893a28ff6aa895494ba28bcb6e Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 29 Aug 2024 09:54:38 +0200
Subject: [PATCH] OZG-6102 OZG-6521 Add border bottom to header

---
 alfa-client/apps/admin/src/app/app.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/apps/admin/src/app/app.component.html b/alfa-client/apps/admin/src/app/app.component.html
index e2784f43aa..89232167a7 100644
--- a/alfa-client/apps/admin/src/app/app.component.html
+++ b/alfa-client/apps/admin/src/app/app.component.html
@@ -1,6 +1,6 @@
 <ng-container *ngIf="(apiRootStateResource$ | async)?.resource as apiRoot">
   <header
-    class="flex h-16 items-center justify-between bg-white px-9 py-2"
+    class="flex h-16 items-center justify-between border-b border-b-ozggray-300 bg-white px-9 py-2"
     data-test-id="admin-header"
   >
     <a
-- 
GitLab