Many components are available in "flat" mode to not display the shadow, but not this one.
The solution is to propose a property "flat" for this component which makes it possible to hide the shadow.
You can do <v-time-picker class="elevation-0" /> but i agree that it could have a flat prop (or even elevation) for consistency
I might give this one a shot :)
Elevation should receive the flat prop in 2.0 and any component using elevation should inherit it. 馃憤
Maybe it's a good idea to remove the label good first issue to avoid people trying to solve this without noticing the comments.
Resolved in https://github.com/vuetifyjs/vuetify/pull/10362
Most helpful comment
You can do
<v-time-picker class="elevation-0" />but i agree that it could have aflatprop (or evenelevation) for consistency