Commit c2f9719
committed
fix: add explicit border-border to prevent color leaking from consumer CSS
Components using `astw:border` (border-width only) relied on the global
`* { border-color: var(--border) }` rule in `@layer base`. When consumers
import Tailwind CSS after app-shell styles, Tailwind's preflight resets
border-color to `var(--color-gray-200)`, causing thick gray borders.
Adding explicit `astw:border-border` at the utility layer ensures the
correct color regardless of CSS import order.1 parent 6fa36a7 commit c2f9719
22 files changed
Lines changed: 36 additions & 36 deletions
File tree
- packages/core
- __snapshots__
- src/components
- activity-card
- attachment
- csv-importer
- data-table
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
0 commit comments