How to use the @artsy/reaction/dist/Assets/Colors.gray function in @artsy/reaction

To help you get started, we’ve selected a few @artsy/reaction examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github artsy / positron / src / client / apps / edit / components / content / sections / news / EditSourceControls.tsx View on Github external
height: 30px;
  margin-bottom: 10px;
  background: white;
`

const LinkInput = Input.extend`
  margin-right: 0px;
`

const ApplyButton = styled.button`
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: 1;
  background: ${Colors.gray};
  height: 30px;
`

const ApplyInputContainer = styled.div`
  flex-direction: row;
  flex: 1;
  display: flex;
  align-items: space-around;
`