Skip to content

Commit ec984f0

Browse files
committed
fixup! ui-manchette: add fit button
1 parent 23f9835 commit ec984f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui-manchette/src/stories/Manchette.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const ManchetteWithWaypointMenu = () => {
8383
}))}
8484
zoomYIn={() => {}}
8585
zoomYOut={() => {}}
86+
resetZoom={() => {}}
8687
toggleMode={() => {}}
8788
activeOperationalPointId={activeOperationalPointId}
8889
>

ui-manchette/src/styles/manchette.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
height: 100%;
2424

2525
button {
26-
border-right: solid 1px #d3d1cf;
26+
border-right: solid 1px theme('colors.grey.20');
2727
border-top: solid 1px white;
2828
height: 100%;
2929
padding-inline: 12px;

0 commit comments

Comments
 (0)