smart-select navbarColorTheme is invalid

0 1

Would be good to see more details with code or JSFiddle

I am so sorry,I come from China,My English is poor,thanks for your help。

There is no Navbar in toolbar. Sheet uses Toolbar, so use toolbarColorTheme parameter instead

anyway:
“navbarColorTheme” accept string (not hex)
only one of the default colors => https://framework7.io/docs/color-themes.html

so in your case:

//openIn:'page||popup'
navbarColorTheme:'gray'

and the result will be “color-theme-gray”
otherwise it will be “color-theme-#8e8e93” (not exist)

Thank you very much for your help.