Skip to content

Commit 18070c9

Browse files
author
Reed Es
committed
removed obsolete hoverColor references
1 parent 00bba45 commit 18070c9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ TODO need Core Data example, if it's possible to do so.
372372
var body: some View {
373373
TablerList(.init(onMove: moveAction,
374374
filter: { $0.weight > 10 },
375-
hoverColor: .orange.opacity(0.4)),
375+
onHover: hoverAction),
376376
header: header,
377377
row: row,
378378
results: fruits)
@@ -389,7 +389,6 @@ Spacing defaults are driven by the goal of achieving uniform appearance among ta
389389

390390
Base defaults are defined in the `TablerConfig` module.
391391

392-
- `hoverColor: Color` - accent color with opacity of 0.2
393392
- `tablePadding: EdgeInsets` - no padding
394393
- `sortIndicatorForward: AnyView` - "chevron.up" image
395394
- `sortIndicatorReverse: AnyView` - "chevron.down" image

0 commit comments

Comments
 (0)