summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <andrifebriyadiputra@gmail.com>2025-06-12 18:36:58 +0700
committerIndoteknik . <andrifebriyadiputra@gmail.com>2025-06-12 18:36:58 +0700
commit8ca6c0aa1b2a578332ff1c3706f58530f549352e (patch)
tree4469b0d7c6e8b2a7185b271d9589e8de4724d4f2
parente0e0729ee57d2f9b1188a0604e3cc4a51317b0ed (diff)
(miqdad) fix icon color pin pont
-rw-r--r--src/lib/address/components/EditAddress.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/address/components/EditAddress.jsx b/src/lib/address/components/EditAddress.jsx
index 743bb4c8..217be867 100644
--- a/src/lib/address/components/EditAddress.jsx
+++ b/src/lib/address/components/EditAddress.jsx
@@ -335,14 +335,14 @@ const EditAddress = ({ id, defaultValues }) => {
<label className='form-label mb-2'>Koordinat Alamat</label>
{tempAddress ? (
<div className='flex gap-x-2 items-center'>
- <button type='button' className="flex items-center justify-center me-3 p-2 bg-red-500 text-white rounded-full hover:bg-red-600 transition">
+ <button type='button' className="flex items-center justify-center me-3 p-2 badge-solid-red text-white rounded-full hover:bg-red-500 transition">
<MapPinIcon class='h-6 w-6' onClick={() => setPinedMaps(true)} />{' '}
</button>
<span> {tempAddress} </span>
</div>
) : (
<Button variant='plain' style={{ padding: 0 }} onClick={() => setPinedMaps(true)}>
- <button type='button' className="flex items-center justify-center me-3 p-2 bg-red-500 text-white rounded-full hover:bg-red-600 transition">
+ <button type='button' className="flex items-center justify-center me-3 p-2 badge-solid-red text-white rounded-full hover:bg-red-500 transition">
<MapPinIcon className="h-6 w-6" />
</button>
Pin Koordinat Alamat