website refactor
This commit is contained in:
@@ -130,7 +130,7 @@ export function PersonalInfoStep({ personalInfo, setPersonalInfo, errors, loadin
|
||||
Timezone
|
||||
</Text>
|
||||
<Box position="relative">
|
||||
<Box position="absolute" left={3} top="50%" style={{ transform: 'translateY(-50%)' }} zIndex={10}>
|
||||
<Box position="absolute" left={3} top="50%" transform="translateY(-50%)" zIndex={10}>
|
||||
<Icon icon={Clock} size={4} color="text-gray-500" />
|
||||
</Box>
|
||||
<Select
|
||||
@@ -143,11 +143,11 @@ export function PersonalInfoStep({ personalInfo, setPersonalInfo, errors, loadin
|
||||
{ value: '', label: 'Select timezone' },
|
||||
...TIMEZONES
|
||||
]}
|
||||
className="pl-10"
|
||||
pl={10}
|
||||
disabled={loading}
|
||||
/>
|
||||
<Box position="absolute" right={3} top="50%" style={{ transform: 'translateY(-50%)' }} pointerEvents="none">
|
||||
<Icon icon={ChevronRight} size={4} color="text-gray-500" className="rotate-90" />
|
||||
<Box position="absolute" right={3} top="50%" transform="translateY(-50%)" pointerEvents="none">
|
||||
<Icon icon={ChevronRight} size={4} color="text-gray-500" transform="rotate(90deg)" />
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user