Skip to content

Commit e79167f

Browse files
committed
feat: convert color values from RGB/hex to OKLCH and HSLA
The commit modifies color definitions in the design system, converting RGB and hex color values to more modern color formats (OKLCH for colors and HSLA for grays) while preserving the same visual appearance.
1 parent 8e851ec commit e79167f

File tree

3 files changed

+243
-243
lines changed

3 files changed

+243
-243
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/kampsy/ui/issues"
1717
},
1818
"scripts": {
19-
"dev": "vite dev --port 3000",
19+
"dev": "vite dev --port 3100",
2020
"build": "vite build && npm run package",
2121
"preview": "vite preview",
2222
"package": "svelte-kit sync && svelte-package && publint",
@@ -130,4 +130,4 @@
130130
"@semantic-release/github"
131131
]
132132
}
133-
}
133+
}

0 commit comments

Comments
 (0)