basecoat-css 0.3.9 → 0.3.10-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2219,6 +2219,24 @@
2219
2219
  *:not(select).select {
2220
2220
  position: relative;
2221
2221
  display: inline-flex;
2222
+ & > button {
2223
+ justify-content: space-between;
2224
+ --tw-font-weight: var(--font-weight-normal);
2225
+ font-weight: var(--font-weight-normal);
2226
+ &[aria-invalid='true'] {
2227
+ border-color: var(--color-destructive);
2228
+ --tw-ring-color: var(--color-destructive);
2229
+ @supports (color: color-mix(in lab, red, red)) {
2230
+ --tw-ring-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
2231
+ }
2232
+ &:is(.dark *) {
2233
+ --tw-ring-color: var(--color-destructive);
2234
+ @supports (color: color-mix(in lab, red, red)) {
2235
+ --tw-ring-color: color-mix(in oklab, var(--color-destructive) 40%, transparent);
2236
+ }
2237
+ }
2238
+ }
2239
+ }
2222
2240
  [data-popover] {
2223
2241
  padding: calc(var(--spacing) * 1);
2224
2242
  [role='option'] {
@@ -3230,12 +3248,12 @@
3230
3248
  text-overflow: ellipsis;
3231
3249
  white-space: nowrap;
3232
3250
  border-radius: var(--radius-md);
3233
- background-color: var(--color-primary);
3251
+ background-color: var(--color-foreground);
3234
3252
  padding-inline: calc(var(--spacing) * 3);
3235
3253
  padding-block: calc(var(--spacing) * 1.5);
3236
3254
  font-size: var(--text-xs);
3237
3255
  line-height: var(--tw-leading, var(--text-xs--line-height));
3238
- color: var(--color-primary-foreground);
3256
+ color: var(--color-background);
3239
3257
  opacity: 0%;
3240
3258
  transition-property: all;
3241
3259
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));