mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 09:16:15 -04:00
feat(tools): added token generator
- Added Slider component to the UI library - Added Checkbox component to the UI library - Added Textarea component to the UI library
This commit is contained in:
parent
b22173681c
commit
b88f13a7ca
70 changed files with 1665 additions and 22 deletions
|
@ -14,7 +14,7 @@
|
|||
--popover: 0 0% 100%;
|
||||
--popover-foreground: 240 10% 3.9%;
|
||||
|
||||
--primary: 150 76% 38%;
|
||||
--primary: 149 79% 35%;
|
||||
--primary-foreground: 0 0% 98%;
|
||||
|
||||
--secondary: 240 4.8% 95.9%;
|
||||
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
|
||||
.dark {
|
||||
--background:240 5% 6%;
|
||||
--background:240 4% 10%;
|
||||
--foreground:0 0% 98%;
|
||||
|
||||
--card: 240 5% 8%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue