How to use the @buffetjs/styles.colors.darkOrange function in @buffetjs/styles

To help you get started, we’ve selected a few @buffetjs/styles 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 strapi / buffet / packages / buffetjs-custom / src / components / Inputs / Wrapper.js View on Github external
${({ error }) =>
    !!error &&
    css`
      input,
      textarea,
      select {
        border-color: ${colors.darkOrange};
      }
    `}
`;
github strapi / strapi / packages / strapi-plugin-content-type-builder / admin / src / components / ComponentIconPicker / Wrapper.js View on Github external
${({ error }) => {
      if (error) {
        return `
          border: 1px solid ${colors.darkOrange};
          border-radius: 2px;
        `;
      }
    }}

@buffetjs/styles

Buffetjs Styles - The styling solution of Buffetjs

MIT
Latest version published 3 years ago

Package Health Score

56 / 100
Full package analysis