Skip to content

Commit 2a7db97

Browse files
authored
Merge pull request #9058 from vdusart/feat/convert-translationLeaderboard-to-Chakra
Convert `translationLeaderboard` to chakra
2 parents d2744aa + e2f6383 commit 2a7db97

File tree

2 files changed

+204
-162
lines changed

2 files changed

+204
-162
lines changed

src/@chakra-ui/gatsby-plugin/foundations/shadows.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const shadows = {
1515
light: "0 1px 1px rgba(0, 0, 0, 0.1)",
1616
dark: "0 1px 1px hsla(0,0%,100%,.1)",
1717
},
18+
tableItemBoxHover: "0 0 1px var(--eth-colors-primary)",
1819
}
1920

2021
export default shadows

0 commit comments

Comments
 (0)