Skip to content

Commit d1cb0cf

Browse files
authored
docs: DOC-1109: Deephaven UI table docs should link to theme colors (p2 - fix link) (#1304)
1 parent 65b1c50 commit d1cb0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ui/docs/components/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ t = ui.table(
9292

9393
### Formatting color
9494

95-
Formatting rules for colors support Deephaven theme colors (view a full list in the dropdown menus [here](#tableformat)), hex colors, or any valid CSS color (e.g., `red`, `#ff0000`, `rgb(255, 0, 0)`). It is **recommended to use Deephaven theme colors** when possible to maintain a consistent look and feel across the UI. Theme colors will also automatically update if the user changes the theme.
95+
Formatting rules for colors support [theme colors](../creating-layouts/size-and-theme.md#color-palette), hex colors, or any valid CSS color (e.g., `red`, `#ff0000`, `rgb(255, 0, 0)`). It is **recommended to use Deephaven theme colors** when possible to maintain a consistent look and feel across the UI. Theme colors will also automatically update if the user changes the theme.
9696

9797
#### Formatting text color
9898

0 commit comments

Comments
 (0)