Skip to content

Commit cd5167d

Browse files
committed
update map view
1 parent ae5a4c2 commit cd5167d

File tree

6 files changed

+389
-198
lines changed

6 files changed

+389
-198
lines changed

frontend/components/Button.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ const Button = ({
4040
active:bg-primary-100
4141
`,
4242
outline: `
43-
bg-transparent border-2 border-primary-500 text-primary-500
44-
hover:bg-primary-500 hover:text-white hover:border-primary-500
45-
focus:ring-primary-500
43+
bg-transparent border-2 border-[#6D8D55] text-[#6D8D55]
44+
hover:bg-[#6D8D55] hover:text-white hover:border-[#6D8D55]
45+
focus:ring-[#6D8D55]
4646
disabled:border-primary-300 disabled:text-primary-300 disabled:hover:bg-transparent disabled:hover:text-primary-300
4747
active:bg-primary-600 active:border-primary-600
4848
`,

0 commit comments

Comments
 (0)