Skip to content
Carlos Alba edited this page Nov 21, 2020 · 2 revisions

Colors

This is a typescript ENUM for easily accessing DGDS brand colors for use in your stylesheets and inline styles. They evaluate to color hex code strings or rgba strings

EXAMPLE USAGE:

  <Component 
     style={{
       backgroundColor: Colors.SEAFOAM
     }}
   />
Clone this wiki locally