Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "coordinates/presentation/toggle-button"

Index

Variables

Variables

Const ToggleButton

ToggleButton: string & StyledComponentBase<"div", any, object, never> = styled.div<{ isSelected: boolean; title: string }>`padding: ${props => props.theme.minimumSpacing};background-color: ${props =>props.isSelected ? props.theme.primaryColor : 'transparent'};cursor: pointer;color: ${Black};:hover {background-color: ${Black};color: ${White};}`

Generated using TypeDoc