Skip to content

Commit daa8bf5

Browse files
committed
button foreground fix
1 parent 7cf588a commit daa8bf5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/modules/IDE/components/FloatingActionButton.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const Button = styled.div`
2222
justify-content: center;
2323
align-items: center;
2424
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
25-
/* scale: 0.75; */
26-
/* padding-left: 1.8rem; */
2725
&[data-behaviour='stop'] {
2826
${prop('Button.primary.default')}
2927
g {
@@ -34,7 +32,7 @@ const Button = styled.div`
3432
width: 35%;
3533
height: 35%;
3634
> g {
37-
fill: white;
35+
fill: ${prop('Button.primary.hover.foreground')};
3836
}
3937
}
4038
`;

0 commit comments

Comments
 (0)