fix: 添加 border 颜色定义修复 Tailwind 构建错误
- 在 web-client tailwind.config.js 中添加 border 颜色 - 修复 'border-border' 类未定义导致的构建失败 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6e3ef3251c
commit
b82fdfe610
|
|
@ -4,6 +4,7 @@ export default {
|
|||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
border: '#e2e8f0',
|
||||
primary: {
|
||||
50: '#eff6ff',
|
||||
100: '#dbeafe',
|
||||
|
|
|
|||
Loading…
Reference in New Issue