Bump prettier version
This commit is contained in:
parent
1e631441d3
commit
e119e9a76e
@ -408,13 +408,13 @@ You can create your own custom theme by modifying the CSS variables in `src/asse
|
||||
```css
|
||||
/* src/assets/index.css */
|
||||
@plugin "daisyui/theme" {
|
||||
name: "procyon";
|
||||
name: 'procyon';
|
||||
color-scheme: light;
|
||||
|
||||
--color-base-100: #E3E3ED;
|
||||
--color-base-100: #e3e3ed;
|
||||
--color-base-200: #d1d1db;
|
||||
--color-base-300: #bfbfc9;
|
||||
--color-base-content: #2A2730;
|
||||
--color-base-content: #2a2730;
|
||||
--color-primary: #fc055b;
|
||||
--color-primary-content: #ffffff;
|
||||
--color-secondary: #219aaf;
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -29,7 +29,7 @@
|
||||
"eslint-plugin-react-hooks": "^5.1.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"postcss": "^8.4.38",
|
||||
"prettier": "^3.3.2",
|
||||
"prettier": "^3.6.2",
|
||||
"react-hotjar": "^6.3.1",
|
||||
"react-icons": "^5.4.0",
|
||||
"tailwindcss": "^4.1.11",
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
"eslint-plugin-react-hooks": "^5.1.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"postcss": "^8.4.38",
|
||||
"prettier": "^3.3.2",
|
||||
"prettier": "^3.6.2",
|
||||
"react-hotjar": "^6.3.1",
|
||||
"react-icons": "^5.4.0",
|
||||
"tailwindcss": "^4.1.11",
|
||||
|
||||
@ -10,27 +10,27 @@
|
||||
}
|
||||
|
||||
@plugin "daisyui/theme" {
|
||||
name: "procyon";
|
||||
name: 'procyon';
|
||||
color-scheme: light;
|
||||
|
||||
--color-base-100: #E3E3ED;
|
||||
--color-base-100: #e3e3ed;
|
||||
--color-base-200: #d1d1db;
|
||||
--color-base-300: #bfbfc9;
|
||||
--color-base-content: #2A2730;
|
||||
--color-base-content: #2a2730;
|
||||
--color-primary: #fc055b;
|
||||
--color-primary-content: #ffffff;
|
||||
--color-secondary: #219aaf;
|
||||
--color-secondary-content: #ffffff;
|
||||
--color-accent: #e8d03a;
|
||||
--color-accent-content: #2A2730;
|
||||
--color-neutral: #2A2730;
|
||||
--color-accent-content: #2a2730;
|
||||
--color-neutral: #2a2730;
|
||||
--color-neutral-content: #ffffff;
|
||||
--color-info: #219aaf;
|
||||
--color-info-content: #ffffff;
|
||||
--color-success: #16a34a;
|
||||
--color-success-content: #ffffff;
|
||||
--color-warning: #e8d03a;
|
||||
--color-warning-content: #2A2730;
|
||||
--color-warning-content: #2a2730;
|
||||
--color-error: #dc2626;
|
||||
--color-error-content: #ffffff;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user