export const drawerTabs = {
    shows: { name: "tabs.shows", icon: "shows", title: "tabs.shows_info" },
    media: { name: "tabs.media", icon: "media", title: "" },
    audio: { name: "tabs.audio", icon: "audio", title: "" },
    overlays: { name: "tabs.overlays", icon: "overlays", title: "" },
    templates: { name: "tabs.templates", icon: "templates", title: "" },

    scripture: { name: "tabs.scripture", icon: "scripture", title: "" },
    calendar: { name: "tabs.calendar", icon: "calendar", title: "" },

    functions: { name: "tabs.functions", icon: "functions", title: "" }
}

// export const drawerTabs = {
//     shows: { name: "tabs.shows", icon: "shows", style: "background-color: #4b0b0b !important;color: #ff3a3a;" },
//     media: { name: "tabs.media", icon: "media", style: "background-color: #0b3a4b !important;color: #3affff;" },
//     audio: { name: "tabs.audio", icon: "audio", style: "background-color: #3a4b0b !important;color: #afff3a;" },
//     overlays: { name: "tabs.overlays", icon: "overlays", style: "background-color: #4b0b3a !important;color: #ff3aff;" },
//     templates: { name: "tabs.templates", icon: "templates", style: "background-color: #3a0b4b !important;color: #af3aff;" },

//     scripture: { name: "tabs.scripture", icon: "scripture", style: "background-color: #4b4b0b !important;color: #ffff3a;" },
//     calendar: { name: "tabs.calendar", icon: "calendar", style: "background-color: #0b4b3a !important;color: #3affaf;" },

//     functions: { name: "tabs.functions", icon: "functions", style: "background-color: #2b2b2b !important;color: #aaaaaa;" }
// }
