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:
hailin 2026-01-09 07:06:32 -08:00
parent 6e3ef3251c
commit b82fdfe610
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export default {
theme: {
extend: {
colors: {
border: '#e2e8f0',
primary: {
50: '#eff6ff',
100: '#dbeafe',