(feat): update methanium border color
All checks were successful
/ deploy-and-package (push) Successful in 1m7s
All checks were successful
/ deploy-and-package (push) Successful in 1m7s
This commit is contained in:
parent
1807e05b79
commit
9a60c880c6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@methanium/ui",
|
"name": "@methanium/ui",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -314,7 +314,7 @@ export const BUILT_IN_THEMES = defineThemes([
|
||||||
--accent: #cf8fe633;
|
--accent: #cf8fe633;
|
||||||
--accent-foreground: #faecfc;
|
--accent-foreground: #faecfc;
|
||||||
--destructive: #cc4848;
|
--destructive: #cc4848;
|
||||||
--border: #374351;
|
--border: #242D38;
|
||||||
--input: #445161;
|
--input: #445161;
|
||||||
--ring: #cf8fe6;
|
--ring: #cf8fe6;
|
||||||
--chart-1: #cf8fe6;
|
--chart-1: #cf8fe6;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue