@xcelsior/ui-spreadsheets 1.0.13 → 1.0.14

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.js CHANGED
@@ -372,7 +372,7 @@ var SpreadsheetCell = ({
372
372
  {
373
373
  className: cn(
374
374
  "flex-1 truncate",
375
- isEditable && "cursor-text hover:bg-gray-50 px-0.5 rounded min-h-[18px] flex items-center bg-yellow-50/50"
375
+ isEditable && "cursor-text hover:bg-gray-50 px-0.5 rounded min-h-[18px] flex items-center bg-blue-50/50"
376
376
  ),
377
377
  title: String(value ?? ""),
378
378
  children: renderContent()