Skip to content

Commit 507093d

Browse files
committed
bug fixes
1 parent 70b22d2 commit 507093d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/common/Button.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ 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`)};
6970
}
7071
svg * {
7172
fill: ${({ kind }) => prop(`Button.${kind}.disabled.foreground`)};

0 commit comments

Comments
 (0)