{table.map((rows, rowIndex) =>
rows.map((value, columIndex) => {
@@ -110,7 +107,7 @@ export function TableDropdownMenu(props: DropdownMenuProps) {
key={`(${rowIndex},${columIndex})`}
className={cn(
'col-span-1 size-3 border border-solid bg-secondary',
- !!value && 'border-brand'
+ !!value && 'border-current'
)}
onMouseMove={() => {
onCellMove(rowIndex, columIndex);
@@ -124,7 +121,7 @@ export function TableDropdownMenu(props: DropdownMenuProps) {
{info.rowCount} x {info.colCount}
-
+