Skip to content

Commit

Permalink
Fix regression in styling of skeleton and segment tree UI (#8307)
Browse files Browse the repository at this point in the history
* remove accidentally introduced antd token

* update changelog
  • Loading branch information
philippotto authored Jan 7, 2025
1 parent cad8de3 commit 5a556be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion frontend/javascripts/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const globalDesignToken: Partial<AliasToken> = {
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({
Expand Down

0 comments on commit 5a556be

Please sign in to comment.