mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
spacing
This commit is contained in:
parent
f6529f2d76
commit
3b778a3c36
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ const AddProvidersPage = ({ pageIndex, setPageIndex }: { pageIndex: number, setP
|
|||
<div className="flex-1 flex flex-col items-center justify-start p-6 h-full overflow-y-auto">
|
||||
<div className="text-5xl mb-2 text-center w-full">Add a Provider</div>
|
||||
|
||||
<div className="w-full max-w-xl">
|
||||
<div className="w-full max-w-xl mt-4 mb-10">
|
||||
<div className="text-4xl font-light my-4 w-full">{currentTab}</div>
|
||||
<div className="text-[14px] text-void-fg-3 my-4 w-full">{descriptionOfTab[currentTab]}</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue