shiftsWrapper | Container | gap | Controls spacing between individual shifts. |
shiftSingle | Container | backgroundColor, borderRadius, padding, border | Styles the container for a single shift entry. |
shiftIcon | Icon | color, width, height | Styles the icon displayed for each shift. |
shiftTitle | Text | fontFamily, fontSize, fontWeight, color | Styles the title text of a shift. |
shiftDuration | Text | fontFamily, fontSize, color | Styles the text displaying shift duration. |
shiftChevron | Icon | color | Styles the chevron/arrow icon used in the shift interface. |
shiftAddButton | Button | backgroundColor, color, fontFamily, fontWeight, borderRadius, _hover, _active | Styles the button for adding a new shift. |
shiftSummaryBox | Container | backgroundColor, borderRadius, padding, border | Styles the container showing shift summary information. |
shiftSummaryBoxTitle | Text | fontFamily, fontSize, fontWeight, color | Styles the title of the shift summary box. |
shiftSummaryColumnTitle | Text | fontFamily, fontSize, color | Styles the column titles in the shift summary. |
shiftSummaryColumnValue | Text | fontFamily, fontSize, fontWeight, color | Styles the values in the shift summary columns. |
shiftSaveButton | Button | backgroundColor, color, fontFamily, fontWeight, borderRadius, _hover | Styles the button for saving shift changes. |
shiftDeleteButton | Button | backgroundColor, color, fontFamily, fontWeight, borderRadius, _hover | Styles the button for deleting shifts. |
addBreakButton | Button | backgroundColor, color, fontFamily, borderRadius, _hover | Styles the button for adding breaks to a shift. |
shiftNotesSeparator | Container | height, backgroundColor | Styles the separator line between shift details and notes section. |
shiftNotesTitle | Text | fontFamily, fontSize, fontWeight, color | Styles the title text for the notes section. |
shiftNotesAddNoteButton | Button | backgroundColor, color, fontFamily, borderRadius, _hover | Styles the button for adding notes to a shift. |
shiftNotesInput | Input | fontFamily, borderColor, borderRadius, padding | Styles the input field for entering shift notes. |
shiftNotesSendButton | Button | backgroundColor, color, fontFamily, borderRadius, _hover | Styles the button for sending/saving shift notes. |