add style.body.shadow.offset/spread/opa attributes

This commit is contained in:
Gabor Kiss-Vamosi
2019-09-05 20:52:04 +02:00
parent a51ffce1b4
commit 424ece6628
9 changed files with 47 additions and 37 deletions

View File

@@ -157,7 +157,6 @@ static void led_init(void)
led.body.radius = LV_RADIUS_CIRCLE;
led.body.shadow.width = LV_DPI / 8;
led.body.shadow.color = LV_COLOR_BLACK;
led.body.shadow.type = LV_SHADOW_FULL;
theme.style.led = &led;
#endif