update src/views/Dashboard/layouts/Main/Addresses/index.js, src/views/Dashboard/layouts/Mobile/ProfileAddress/index.js and Order.js

temp
mahdi 2 years ago
parent d09c06c247
commit df6354d51d
  1. 2
      src/views/Dashboard/layouts/Main/Addresses/index.js

@ -55,7 +55,7 @@ const ProfileAddress = ({
const Location = ({ address, active, userId, isDark, update }) => { const Location = ({ address, active, userId, isDark, update }) => {
return ( return (
<div <div
className={`flex items-center w-full px-3 py-4 rounded-md mt-2 border-2 border-solid ${ className={`flex items-center w-full px-3 py-4 rounded-md mt-5 border-2 border-solid ${
active active
? "border-gray-300 bg-blueC0 bg-opacity-5" ? "border-gray-300 bg-blueC0 bg-opacity-5"
: "border-green-400 bg-white" : "border-green-400 bg-white"

Loading…
Cancel
Save