Merge branch '655-bug-bring-back-outofrangewarning-label-text' into 'main'

Chore: Bring back warning hint + orange highlight

Closes #655

See merge request bloodyhealth/drip!640
This commit is contained in:
wunderfisch
2024-01-05 14:35:11 +00:00
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -108,6 +108,7 @@ const styles = StyleSheet.create({
hint: { hint: {
fontStyle: 'italic', fontStyle: 'italic',
fontSize: Sizes.small, fontSize: Sizes.small,
color: Colors.orange,
}, },
hintContainer: { hintContainer: {
marginVertical: Spacing.tiny, marginVertical: Spacing.tiny,
+1 -4
View File
@@ -113,11 +113,8 @@ export const mood = {
} }
export const temperature = { export const temperature = {
// disabled temporarily, TODO https://gitlab.com/bloodyhealth/drip/-/issues/545 */} outOfRangeWarning: 'This temperature value is out of the current range for the temperature chart. You can change the range in the settings.',
// outOfRangeWarning: 'This temperature value is out of the current range for the temperature chart. You can change the range in the settings.',
outOfRangeWarning: 'This temperature value is too high or low to be shown on the temperature chart.',
outOfAbsoluteRangeWarning: 'This temperature value is too high or low to be shown on the temperature chart.', outOfAbsoluteRangeWarning: 'This temperature value is too high or low to be shown on the temperature chart.',
saveAnyway: 'Save anyway',
temperature: { temperature: {
header: "Temperature", header: "Temperature",
explainer: 'Take your temperature right after waking up, before getting out of bed' explainer: 'Take your temperature right after waking up, before getting out of bed'