style: enhance input and select components with shadow for improved UI
This commit is contained in:
parent
4833a1e45b
commit
1c0176ac4c
@ -34,7 +34,7 @@ export const UsersPage = () => {
|
||||
<Input
|
||||
type="text"
|
||||
placeholder="Cari Nama"
|
||||
className="w-full rounded-lg border bg-white p-2 pr-10 pl-4 focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none"
|
||||
className="w-full rounded-lg bg-white p-2 pr-10 pl-4 shadow focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none"
|
||||
/>
|
||||
<div className="absolute inset-y-0 right-0 flex items-center pr-3">
|
||||
<SearchIcon className="h-5 w-5" />
|
||||
@ -46,7 +46,7 @@ export const UsersPage = () => {
|
||||
<div className="w-[235px]">
|
||||
<Field>
|
||||
<Label className="mb-2 block text-sm font-medium">Status</Label>
|
||||
<Select className="w-full rounded-lg border bg-white p-2 focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none">
|
||||
<Select className="w-full rounded-lg bg-white p-2 shadow focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none">
|
||||
<option>Pilih Status</option>
|
||||
<option>Aktif</option>
|
||||
<option>Nonaktif</option>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user