Skip to content

Commit 7c6a416

Browse files
committed
styled current location button
1 parent f201e3d commit 7c6a416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/styles/components/_actionComponent.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696

9797
.current-location {
9898
color: var(--color-primary);
99-
background: #f0fdfa;
99+
background: var(--bg-tertiary);
100+
border: 1px solid var(--color-primary);
100101
}
101102

102103
/* Hide/show button transitions */

0 commit comments

Comments
 (0)