Skip to content

Commit

Permalink
Changed pixel border with to 5px
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmartin committed Oct 2, 2023
1 parent 882af80 commit d976314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/draggable-table-header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { useDraggableTableContext } from "../hooks/useDraggableTable";

const border = "3px solid #FBF719";
const border = "5px solid #FBF719";
const borderLeft = border;
const borderRight = border;

Expand Down

0 comments on commit d976314

Please sign in to comment.