@taskany/colors
TypeScript icon, indicating that this package has built-in type declarations

1.13.0 • Public • Published

Taskany Colors

This is a package with colors and themes, which we use in our projects.

Install

$ npm i @taskany/colors

Usage

import { gray2, DarkTheme } from '@taskany/colors';

const GrayText = styled.div`
    color: ${gray2};
`;

// Use theme like styled-components global style

const App = () => (
    <>
        <DarkTheme />
        <GrayText>Taskany Gray Text</GrayText>
    </>
);

Readme

Keywords

none

Package Sidebar

Install

npm i @taskany/colors

Weekly Downloads

316

Version

1.13.0

License

MIT

Unpacked Size

57.6 kB

Total Files

19

Last publish

Collaborators

  • assabotovich
  • awinogradov