Compare commits
2 Commits
62c5c2a82a
...
a857afbb2c
| Author | SHA1 | Date | |
|---|---|---|---|
| a857afbb2c | |||
| 0a8d7abf9a |
3
.npmrc
Normal file
3
.npmrc
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN}
|
||||||
|
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|
||||||
|
ignore-workspace-root-check=true
|
||||||
@@ -27,5 +27,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"tailwind-merge": "^3.0.2"
|
"tailwind-merge": "^3.0.2"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -52,6 +52,8 @@ export const themeOptions: ThemeOptions = {
|
|||||||
white: secondaryMain,
|
white: secondaryMain,
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
|
// primary: '#000000',
|
||||||
|
// secondary: '#000000',
|
||||||
primary: amber[600],
|
primary: amber[600],
|
||||||
secondary: amber[600],
|
secondary: amber[600],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
@theme {
|
@theme {
|
||||||
--color-primary: #ffc107;
|
--color-primary: #ffc107;
|
||||||
--color-secondary: #ffa000;
|
--color-secondary: #ffa000;
|
||||||
|
--color-text-primary: #000000;
|
||||||
|
--color-text-secondary: #000000;
|
||||||
--color-success: #28a745;
|
--color-success: #28a745;
|
||||||
--color-scrollbar-thumb: #999999;
|
--color-scrollbar-thumb: #999999;
|
||||||
--color-scrollbar-track: rgba(0, 0, 0, 0.1);
|
--color-scrollbar-track: rgba(0, 0, 0, 0.1);
|
||||||
|
|||||||
Reference in New Issue
Block a user