@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.mjs CHANGED
@@ -331,7 +331,7 @@ var SpreadsheetCell = ({
331
331
  {
332
332
  className: cn(
333
333
  "flex-1 truncate",
334
- isEditable && "cursor-text hover:bg-gray-50 px-0.5 rounded min-h-[18px] flex items-center bg-yellow-50/50"
334
+ isEditable && "cursor-text hover:bg-gray-50 px-0.5 rounded min-h-[18px] flex items-center bg-blue-50/50"
335
335
  ),
336
336
  title: String(value ?? ""),
337
337
  children: renderContent()