Skip to content

Commit

Permalink
fix(Table): fix settings column size (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvestus authored Sep 30, 2024
1 parent 28f0ffa commit 8d506a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/settingsColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {TableSettings} from '../components/TableSettings/TableSettings';
import type {TableSettingsOptions} from '../components/TableSettings/TableSettings';

export const SETTINGS_COLUMN_ID = '_settings';
const SETTINGS_COLUMN_SIZE = 32;
const SETTINGS_COLUMN_SIZE = 44;

export const getSettingsColumn = <TData extends unknown>(
columnId = SETTINGS_COLUMN_ID,
Expand Down

0 comments on commit 8d506a9

Please sign in to comment.