Vaadin Touchkit and Valo thema

Hi ,
I have a problem using the touchkit.
The problem is that I am creating a Vaadin 7 project in eclipse. The basic stuff is OK (The button is there and everything is working fine). When I put the touchkit dependency and recompile the widgetset the button caption disappear.
What am I doing wrong ?

Thanks guys !

Hi,

TouchKit doesn’t allow using Valo theme; it comes with its own mobile friendly base theme, which you can extend. See the
Eclipse project instructions
regarding the @Theme setting and the
mobile theme section
.

Thank you !