mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(theme): fix define name in theme default
This commit is contained in:
parent
bf40fd7572
commit
b9911cb519
@ -71,7 +71,7 @@
|
||||
#define TRANSITION_TIME LV_THEME_DEFAULT_TRANSITON_TIME
|
||||
#define BORDER_WIDTH LV_DPX(2)
|
||||
#define OUTLINE_WIDTH LV_DPX(2)
|
||||
#define IS_LIGHT (LV_THEME_DEFAULT_FLAG_LIGHT)
|
||||
#define IS_LIGHT (LV_THEME_DEFAULT_PALETTE_LIGHT)
|
||||
|
||||
#define PAD_DEF LV_DPX(15)
|
||||
//(lv_disp_get_size_category(NULL) <= LV_DISP_SIZE_MEDIUM ? LV_DPX(15) : (LV_DPX(30)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user