From 30016967b17f8c5dc2bd4e5ce76a662c14f6239e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 7 Mar 2025 16:21:07 +0000 Subject: [PATCH] Preview: Fix sidebar link colour --- core/ui/Palettes/Preview/Helpers.tid | 6 ++++++ core/ui/Palettes/Preview/SideBar/Tabs.tid | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core/ui/Palettes/Preview/Helpers.tid b/core/ui/Palettes/Preview/Helpers.tid index 428857af1..cad9dc752 100644 --- a/core/ui/Palettes/Preview/Helpers.tid +++ b/core/ui/Palettes/Preview/Helpers.tid @@ -47,3 +47,9 @@ tags: $:/tags/Preview/Helpers <$text text=<>/> \end link + +\procedure sidebar-link(text) +>> + <$text text=<>/> + +\end sidebar-link diff --git a/core/ui/Palettes/Preview/SideBar/Tabs.tid b/core/ui/Palettes/Preview/SideBar/Tabs.tid index 8ce79471b..cae477ecf 100644 --- a/core/ui/Palettes/Preview/SideBar/Tabs.tid +++ b/core/ui/Palettes/Preview/SideBar/Tabs.tid @@ -12,7 +12,7 @@ HelloThere Community Portal GettingStarted Development Download Filters Palettes
<$list filter="[enlist]">
- <$transclude $variable="link" text=<>/> + <$transclude $variable="sidebar-link" text=<>/>
\ No newline at end of file