You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add explicit border-border to border-width-only utilities
Components using directional border-width utilities (border-b, border-t,
border-l, border-r) 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 via shorthand, causing
thick dark borders (currentColor).
Adding explicit `astw:border-border` at the utility layer ensures the
correct color regardless of CSS import order.
Affected components: Sheet, Table, CsvImporter, CommandPalette, DataTable,
DataTable.Toolbar.
0 commit comments