diff --git a/apps/spreadsheeteditor/mobile/src/less/app.less b/apps/spreadsheeteditor/mobile/src/less/app.less index 0565ce531..6285cf3a8 100644 --- a/apps/spreadsheeteditor/mobile/src/less/app.less +++ b/apps/spreadsheeteditor/mobile/src/less/app.less @@ -167,10 +167,16 @@ } .sheet-filter, .popover-filter { - ul li:first-child .list-button{ - color: @text-normal; - &::after { - background: @background-menu-divider; + .list { + ul li:first-child .list-button{ + color: @text-normal; + &::after { + background: @background-menu-divider; + } + } + + .item-inner { + color: @text-normal; } } } \ No newline at end of file