Skip to content

Commit

Permalink
Updated the scrollbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mathai committed Jul 1, 2024
1 parent a0c56ac commit 7c0433c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const Table = ({
rowHoverBg: "rgb(var(--neeto-ui-gray-50))",
rowSelectedBg: "rgb(var(--neeto-ui-accent-50))",
rowSelectedHoverBg: "rgb(var(--neeto-ui-accent-50))",
stickyScrollBarBg: "rgb(var(--neeto-ui-gray-100))",
stickyScrollBarBg: "rgb(var(--neeto-ui-gray-300))",
cellPaddingBlock: 11,

// Global overrides
Expand Down

0 comments on commit 7c0433c

Please sign in to comment.