frontend/components: clean up & fix color loading for scale sliders
Parents:
123cdb81 file(s) changed
- frontend/components/ui/ScaleSlider.tsx +1 -5
frontend/components/ui/ScaleSlider.tsx
@@ -112,10 +112,6 @@ </View>
112 112 );
113 113 };
114 114
115 - // ============================================================================
116 - // STYLES
117 - // ============================================================================
118 -
119 115 const styles = StyleSheet.create({
120 116 container: {
121 117 width: '100%',
@@ -154,7 +150,7 @@ },
154 150 valueCompact: {
155 151 fontSize: Theme.typography.bodyMd.fontSize,
156 152 fontWeight: Theme.typography.bodyMd.fontWeight,
157 - color: secondaryColor,
153 + color: Theme.colors.light.textSecondary,
158 154 },
159 155
160 156 slider: {