Hello, i have tried to add the ox lib menu colorScheme to my ox lib menu but it isn’t working. I get no errors at all when using this but the color doesn’t change. I have tried to put the color right under position and the color hex without the #.
local function OpenCitizenInteractionMenu()
lib.registerMenu({
id = ‘citizen_interaction_menu’,
title = ‘Kansalaisen toimet’,
position = ‘bottom-right’,
options = {
{label = ‘Käsiraudat: PÄÄLLE’, args = ‘handcuff’, colorScheme = ‘#2331BD’},
{label = ‘Käsiraudat: POIS’, args = ‘uncuff’, colorScheme = ‘#2331BD’},
{label = ‘Alkometri: KÄYTÄ’, args = ‘alko’, colorScheme = ‘#2331BD’},
{label = ‘GSR: KÄYTÄ’, args = ‘gsr’, colorScheme = ‘#2331BD’},
{label = ‘Kiinnipitäminen’, args = ‘drag’, colorScheme = ‘#2331BD’},
{label = ‘Ajoneuvo: LAITA SISÄLLE’, args = ‘put_in_vehicle’, colorScheme = ‘#2331BD’},
{label = ‘Ajoneuvo: OTA ULOS’, args = ‘out_the_vehicle’, colorScheme = ‘#2331BD’},
}