Skip to content

Commit 967c2c6

Browse files
authored
Merge pull request #245 from CivicDataLab/fix-map-overlay-expand-btn
fix(ui): update map overlay expand button to primary color
2 parents 6fc0f5c + 1577ab4 commit 967c2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/[state]/analytics/components/output-window.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export function OutputWindow({
323323
{/* <div className=" flex items-center">swipe up</div> */}
324324
{/* <div className="mb-2 flex items-center justify-center"> */}
325325
<div
326-
className="fixed left-0 right-0 m-0 flex h-[4%] w-full items-center justify-center bg-baseIndigoSolid1"
326+
className="fixed left-0 right-0 m-0 flex h-[4%] w-full items-center justify-center bg-baseGreenSolid5"
327327
style={{ zIndex: '100008' }}
328328
>
329329
<Button onClick={toggleExpand} kind="tertiary">

0 commit comments

Comments
 (0)