From 91b7e4ad46a2097d37b890f330869108000deca5 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Tue, 7 Jan 2025 15:43:45 +0100 Subject: [PATCH 1/2] remove accidentally introduced antd token --- frontend/javascripts/theme.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/javascripts/theme.tsx b/frontend/javascripts/theme.tsx index a74ecaa5a0..03c00f0f67 100644 --- a/frontend/javascripts/theme.tsx +++ b/frontend/javascripts/theme.tsx @@ -26,7 +26,6 @@ const globalDesignToken: Partial = { borderRadius: 4, fontFamily: '"Nunito", "Monospaced Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;', - colorPrimaryBg: ColorWKBlue, }; const darkGlobalToken = theme.getDesignToken({ From f1c828619fb9859ed7eac59c64d4281160960628 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Tue, 7 Jan 2025 15:48:27 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index c4f2d586c5..0f92485f46 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -43,6 +43,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released - Fixed the Zarr 3 implementation not accepting BytesCodec without "configuration" key. [#8282](https://github.com/scalableminds/webknossos/pull/8282) - Fixed that reloading the data of a volume annotation layer did not work properly. [#8298](https://github.com/scalableminds/webknossos/pull/8298) - Removed the magnification slider for the TIFF export within the download modal if only one magnification is available for the selected layer. [#8297](https://github.com/scalableminds/webknossos/pull/8297) +- Fixed regression in styling of segment and skeleton tree tab. [#8307](https://github.com/scalableminds/webknossos/pull/8307) ### Removed - Removed support for HTTP API versions 3 and 4. [#8075](https://github.com/scalableminds/webknossos/pull/8075)