export const style = (theme: Theme): Record<string, Partial<CSSProperties>> => {
    return {
        contentContainer: {
            padding: theme.spacing.unit * 3,
        },