styleguide icon indicating copy to clipboard operation
styleguide copied to clipboard

Review shadows

Open lbebber opened this issue 7 years ago • 1 comments

Our shadows are currently kinda ugly, and differ completely from the shadows being used by the designers on Figma. Moreover, the there are only two shadows being used on Figma (according to @cmdalbem), whereas our Tachyons scale contains 5 shadows.

lbebber avatar Jan 04 '19 19:01 lbebber

Did a quick benchmark here to see how other big Design Systems are handling it and if they're exposing shadow styles to the public.

Polaris (Shopify)

Nothing.

Atlassian

Nothing.

Carbon (IBM)

They have a scale for depth, similar to the famous Material one, but not much guiding on how and when to use each of them. image https://www.carbondesignsystem.com/guidelines/layer/overview

Lightning (Salesforce)

Under their Design Tokens documentation they expose 3 shadow styles. image https://www.lightningdesignsystem.com/design-tokens/#category-shadow

Pluralsight

Nothing.

Quickbooks

Nothing.

Primer (GitHub)

⭐This was my personal favorite here There are 4 levels of shadow, with some nice principles on how and when to use each. https://styleguide.github.com/primer/utilities/box-shadow/ image

cmdalbem avatar Jan 17 '19 14:01 cmdalbem