fix: Image and horizontal highlight on selected
This commit is contained in:
@ -49,5 +49,5 @@ const Container = styled.div`
|
|||||||
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: ${props =>
|
box-shadow: ${props =>
|
||||||
props.isSelected ? `0 0 0 2px ${props.theme.primary}` : 'none'};
|
props.isSelected ? `0 0 0 2px ${props.theme.selected}` : 'none'};
|
||||||
`;
|
`;
|
||||||
|
@ -49,6 +49,7 @@ export const base = {
|
|||||||
backgroundTransition: 'background 100ms ease-in-out',
|
backgroundTransition: 'background 100ms ease-in-out',
|
||||||
zIndex: 100,
|
zIndex: 100,
|
||||||
|
|
||||||
|
selected: colors.primary,
|
||||||
buttonBackground: colors.primary,
|
buttonBackground: colors.primary,
|
||||||
buttonText: colors.white,
|
buttonText: colors.white,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user