Remove 303030
article thumbnail

Designing A Realistic Chronograph Watch In Sketch

Smashing Magazine Graphics

And there’s a beautiful “panda style”: a light-colored dial with three black subdials. Color steps can be added by clicking on the gradient line directly on the shape. For the color, use #545454 , and turn off the borders. Let’s add a light Inner Shadows effect with the following properties: Color : #FFFFFF.

Vectors 68
article thumbnail

Compound Components In React

Smashing Magazine Graphics

Within the accordion.styles.js file, add the remaining styles: export const Frame = styled.div` margin-bottom: 40px; `; export const Inner = styled.div` display: flex; padding: 70px 45px; flex-direction: column; max-width: 815px; margin: auto; `; export const Title = styled.h1` font-size: 40px; line-height: 1.1; Within the accordion.styles.js

Patterns 122