From 290ee2e7e854bb3f61743836d5c19b9465725e83 Mon Sep 17 00:00:00 2001 From: Yan Wang Date: Tue, 30 Apr 2024 09:46:57 +0800 Subject: [PATCH] fix(TDS-7338/QualityBar): fix bar line height (#5298) --- .changeset/metal-plants-hear.md | 5 +++++ .../src/components/RatioBar/RatioBar.module.scss | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/metal-plants-hear.md diff --git a/.changeset/metal-plants-hear.md b/.changeset/metal-plants-hear.md new file mode 100644 index 0000000000..22d6145645 --- /dev/null +++ b/.changeset/metal-plants-hear.md @@ -0,0 +1,5 @@ +--- +"@talend/design-system": patch +--- + +Restore bar line height diff --git a/packages/design-system/src/components/RatioBar/RatioBar.module.scss b/packages/design-system/src/components/RatioBar/RatioBar.module.scss index 269ecd188b..26c84d3ec7 100644 --- a/packages/design-system/src/components/RatioBar/RatioBar.module.scss +++ b/packages/design-system/src/components/RatioBar/RatioBar.module.scss @@ -1,7 +1,7 @@ @use '@talend/design-tokens/lib/tokens' as tokens; $custom-ratio-bar-height: 0.5rem; -$custom-ratio-bar-line-height: 0.4rem; +$custom-ratio-bar-line-height: 0.25rem; $custom-ratio-bar-line-hover-height: 0.5rem; .tc-ratio-bar {