(feat): update methanium border color
All checks were successful
/ deploy-and-package (push) Successful in 1m7s

This commit is contained in:
Alois 2026-07-29 14:13:57 +02:00
commit 9a60c880c6
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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;