summaryrefslogtreecommitdiff
path: root/src/core/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/components')
-rw-r--r--src/core/components/elements/Appbar/Appbar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Appbar/Appbar.jsx b/src/core/components/elements/Appbar/Appbar.jsx
index 0fe087d3..2a19ec6c 100644
--- a/src/core/components/elements/Appbar/Appbar.jsx
+++ b/src/core/components/elements/Appbar/Appbar.jsx
@@ -6,7 +6,7 @@ const AppBar = ({ title }) => {
const router = useRouter()
return (
- <nav className="sticky top-0 z-50 bg-white shadow flex justify-between">
+ <nav className="sticky top-0 z-50 bg-white border-b border-gray_r-6 flex justify-between">
<div className="flex items-center">
<button type="button" className="p-4" onClick={() => router.back()}>
<ChevronLeftIcon className="w-6 stroke-2" />