You can style your component further by targeting the elements with CSS:

            
cron-input-ui * {
    font-family: system-ui;
    line-height: 20px;
    color: black;
}