Skip to content

Commit 736847a

Browse files
committed
fix: Use --reactist-content-tertiary for scale tint
This matches the todoist-web token --product-library-display-tertiary- idle-tint (#999999), since rgba(0,0,0,0.4) on white produces the same effective color.
1 parent 4df0269 commit 736847a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/progress-bar/progress-bar.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--reactist-progressbar-radius-inner: var(--reactist-progressbar-height);
55
--reactist-progressbar-track: var(--reactist-framework-fill-crest);
66
--reactist-progressbar-fill: var(--reactist-bg-brand);
7-
--reactist-progressbar-scale-tint: var(--reactist-content-secondary);
7+
--reactist-progressbar-scale-tint: var(--reactist-content-tertiary);
88
--reactist-progressbar-scale-tick-height: 8px;
99
--reactist-progressbar-scale-minor-tick-opacity: 0.15;
1010
--reactist-progressbar-scale-major-tick-opacity: 0.35;

0 commit comments

Comments
 (0)