@raystack/apsara 0.11.1 → 0.11.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.
package/dist/index.css CHANGED
@@ -1112,6 +1112,7 @@
1112
1112
 
1113
1113
  gap: var(--pd-4);
1114
1114
  padding: var(--pd-4) var(--pd-8);
1115
+ color: var(--foreground-base);
1115
1116
  }
1116
1117
 
1117
1118
  .select-module_menuitem__DfVEU:hover,
package/dist/index.js CHANGED
@@ -15390,7 +15390,7 @@ function DataTableGloabalSearch(props) {
15390
15390
  // @ts-ignore
15391
15391
  , {
15392
15392
  // @ts-ignore
15393
- leading: jsxRuntimeExports.jsx(MagnifyingGlassIcon, {}), placeholder: "Filter tasks...", value: globalFilter ?? "", onChange: (event) => onGlobalFilterChange(String(event.target.value)), ...props }));
15393
+ leading: jsxRuntimeExports.jsx(MagnifyingGlassIcon, { style: { color: "var(--foreground-base)" } }), placeholder: "Filter tasks...", value: globalFilter ?? "", onChange: (event) => onGlobalFilterChange(String(event.target.value)), ...props }));
15394
15394
  }
15395
15395
 
15396
15396
  function DataTableToolbar({ children, ...props }) {