diff options
Diffstat (limited to 'src/components/AppBar.js')
| -rw-r--r-- | src/components/AppBar.js | 4 |
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> |
