summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-12-29 15:23:30 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-12-29 15:23:30 +0700
commit737a880ee01bfe5c05c39ec03185a680a51cbce3 (patch)
tree60539cbd88a2aa2da91350114bf58543a629e78a /src/components
parentec9e0f90c3d8111d77cc4bfc3c5f56f473428786 (diff)
Checkout detail
Diffstat (limited to 'src/components')
-rw-r--r--src/components/AppBar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AppBar.js b/src/components/AppBar.js
index 10a35580..55af9f1a 100644
--- a/src/components/AppBar.js
+++ b/src/components/AppBar.js
@@ -11,10 +11,10 @@ const AppBar = ({ title }) => {
<Head>
<title>{ title } - Indoteknik</title>
</Head>
- <div className="flex justify-between pr-4 py-1 border-b border-gray_r-6 bg-gray_r-1">
+ <div className="flex justify-between pr-4 border-b border-gray_r-6 bg-gray_r-1">
{/* --- Start Title */}
<div className="flex items-center">
- <button type="button" onClick={() => router.back()} className="text-gray_r-12 p-4">
+ <button type="button" onClick={() => router.back()} className="text-gray_r-12 px-4 py-5">
<ArrowLeftIcon className="w-6 stroke-2"/>
</button>
<h1 className="text-h-md">{ title }</h1>