From 5a556be2eec1b9129b3a002ccf6db146818f122a Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Tue, 7 Jan 2025 16:32:08 +0100 Subject: [PATCH] Fix regression in styling of skeleton and segment tree UI (#8307) * remove accidentally introduced antd token * update changelog --- CHANGELOG.unreleased.md | 1 + frontend/javascripts/theme.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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) 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({