Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Change transition property name in depth.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrenceLJones committed Jan 25, 2021
1 parent e0c1df3 commit c12c5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/mixins/depth.css.js
Expand Up @@ -4,7 +4,7 @@ import { getColor } from '../../styles/utilities/color'

const common = `
background-color: #fff;
transition: all 0.16s;
transition: box-shadow 0.16s;
will-change: box-shadow;
`
export const d100 = `
Expand Down

0 comments on commit c12c5e8

Please sign in to comment.