Skip to content
Snippets Groups Projects
Unverified Commit dd29e02c authored by youngcw's avatar youngcw Committed by GitHub
Browse files

fix color of schedule before/after weekend box (#2261)

* fix color of schedule after box

* note
parent 75186183
No related branches found
No related tags found
No related merge requests found
......@@ -448,6 +448,7 @@ function RecurringScheduleTooltip({ config: currentConfig, onClose, onSave }) {
onChange={value => dispatch({ type: 'set-weekend-solve', value })}
disabled={!skipWeekend}
style={{
backgroundColor: theme.tableBackground,
minHeight: '1px',
width: '5rem',
}}
......
---
category: Bugfix
authors: [youngcw]
---
Fix color in schedule before/after weekend selection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment