@xcelsior/ui-spreadsheets 1.0.10 → 1.0.11

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