mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-09 11:22:25 +00:00
small visual enhancements to icons
This commit is contained in:
@@ -206,7 +206,7 @@ export default function StepperForm() {
|
||||
</div>
|
||||
)}
|
||||
{currentStep === "site" && (
|
||||
<div className="space-y-6">
|
||||
<div className="space-y-8">
|
||||
<div className="space-y-2">
|
||||
<Label htmlFor="siteName">Site Name</Label>
|
||||
<Input
|
||||
@@ -222,7 +222,7 @@ export default function StepperForm() {
|
||||
</div>
|
||||
)}
|
||||
{currentStep === "resources" && (
|
||||
<div className="space-y-6">
|
||||
<div className="space-y-8">
|
||||
<div className="space-y-2">
|
||||
<Label htmlFor="resourceName">
|
||||
Resource Name
|
||||
|
||||
Reference in New Issue
Block a user