Skip to content

Commit

Permalink
Increase scrollbar width
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-leamon committed May 30, 2024
1 parent cedaec1 commit 782f3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"version": "1.0.132",
"version": "1.0.133",
"description": "Formation is a comprehensive component library powered by React, Styled Components, and CSS variables for creating apps and websites that demand responsive, unified cross-platform experiences.",
"resolutions": {
"string-width": "^4",
Expand Down
4 changes: 2 additions & 2 deletions src/index.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ html, body {

/* Scrollbars */
::-webkit-scrollbar {
width: .5rem;
height: .5rem;
width: .75rem;
height: .75rem;
}
::-webkit-scrollbar-track {
background: var(--F_Surface_0);
Expand Down

0 comments on commit 782f3cb

Please sign in to comment.