[WEB-2278] dev: scroll area enhancement (#6612)

* chore: radix-ui react-scroll-area added to plane ui package

* chore: scrollbar color token added to tailwind config

* dev: scroll area component

* chore-scroll-area-component-improvement

* fix: build error

* chore: code refactor
This commit is contained in:
Anmol Singh Bhatia 2025-02-17 15:15:45 +05:30 committed by GitHub
parent 54bdd62d0c
commit 075eefe1a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 102 additions and 29 deletions

View file

@ -203,6 +203,11 @@ module.exports = {
},
},
backdrop: "rgba(0, 0, 0, 0.25)",
scrollbar: {
neutral: "rgba(96, 100, 108, 0.1)",
hover: "rgba(96, 100, 108, 0.25)",
active: "rgba(96, 100, 108, 0.7)",
},
},
onboarding: {
background: {