fix: replace cyrillic character (#72)
parent
7c63c7da38
commit
9386eb834a
@ -1,6 +1,6 @@ |
|||||||
import { css } from 'styled-components/macro' |
import { css } from 'styled-components/macro' |
||||||
|
|
||||||
export const сustomScrollbar = css` |
export const customScrollbar = css` |
||||||
::-webkit-scrollbar { |
::-webkit-scrollbar { |
||||||
width: 8px; |
width: 8px; |
||||||
height: 8px; |
height: 8px; |
||||||
Loading…
Reference in new issue