Feat: Add radix UI colors
This commit is contained in:
parent
9106f6278d
commit
2edd1ada7d
3 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
// Import only the scales you need
|
||||
@import "@radix-ui/colors/gray.css";
|
||||
@import "@radix-ui/colors/blue.css";
|
||||
@import "@radix-ui/colors/green.css";
|
||||
@import "@radix-ui/colors/red.css";
|
||||
@import "@radix-ui/colors/grayDark.css";
|
||||
@import "@radix-ui/colors/blueDark.css";
|
||||
@import "@radix-ui/colors/greenDark.css";
|
||||
@import "@radix-ui/colors/redDark.css";
|
||||
|
||||
|
||||
:root {
|
||||
--white: #fff;
|
||||
--white-transparent: rgba(255, 255, 255, 0.9);
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"@chatwoot/utils": "^0.0.10",
|
||||
"@hcaptcha/vue-hcaptcha": "^0.3.2",
|
||||
"@june-so/analytics-next": "^1.36.5",
|
||||
"@radix-ui/colors": "^0.1.8",
|
||||
"@rails/actioncable": "6.1.3",
|
||||
"@rails/ujs": "^7.0.3-1",
|
||||
"@rails/webpacker": "5.3.0",
|
||||
|
|
|
@ -1902,6 +1902,11 @@
|
|||
mkdirp "^1.0.4"
|
||||
rimraf "^3.0.2"
|
||||
|
||||
"@radix-ui/colors@^0.1.8":
|
||||
version "0.1.8"
|
||||
resolved "https://registry.yarnpkg.com/@radix-ui/colors/-/colors-0.1.8.tgz#b08c62536fc462a87632165fb28e9b18f9bd047e"
|
||||
integrity sha512-jwRMXYwC0hUo0mv6wGpuw254Pd9p/R6Td5xsRpOmaWkUHlooNWqVcadgyzlRumMq3xfOTXwJReU0Jv+EIy4Jbw==
|
||||
|
||||
"@rails/actioncable@6.1.3":
|
||||
version "6.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.1.3.tgz#c8a67ec4d22ecd6931f7ebd98143fddbc815419a"
|
||||
|
|
Loading…
Reference in a new issue