Skip to content

Commit f14f439

Browse files
committed
rollback button.jsx:
1 parent 7b12afc commit f14f439

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

client/common/Button.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ const StyledButton = styled.button`
6666
color: ${({ kind }) => prop(`Button.${kind}.disabled.foreground`)};
6767
background-color: ${({ kind }) =>
6868
prop(`Button.${kind}.disabled.background`)};
69-
border-color: ${({ kind }) => prop(`Button.${kind}.disabled.border`)};
70-
cursor: not-allowed;
71-
}
69+
border-color: ${({ kind }) => prop(`Button.${kind}.disabled.border`)};
70+
cursor: not-allowed;
71+
7272
svg * {
7373
fill: ${({ kind }) => prop(`Button.${kind}.disabled.foreground`)};
7474
}
@@ -144,6 +144,7 @@ const StyledIconButton = styled.button`
144144
fill: ${({ kind }) => prop(`Button.${kind}.active.foreground`)};
145145
}
146146
}
147+
147148
&:disabled {
148149
color: ${({ kind }) => prop(`Button.${kind}.disabled.foreground`)};
149150
background-color: ${({ kind }) =>

0 commit comments

Comments
 (0)