File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
frontend/app_flowy/lib/plugins/grid/presentation/widgets Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,10 @@ class CreateFieldButton extends StatelessWidget {
186186 ),
187187 hoverColor: theme.shader6,
188188 onTap: () {},
189- leftIcon: svgWidget ("home/add" ),
189+ leftIcon: svgWidget (
190+ "home/add" ,
191+ color: theme.iconColor,
192+ ),
190193 ),
191194 popupBuilder: (BuildContext popover) {
192195 return OverlayContainer (
Original file line number Diff line number Diff line change @@ -59,8 +59,10 @@ class _SettingButton extends StatelessWidget {
5959 child: FlowyIconButton (
6060 width: 22 ,
6161 hoverColor: theme.hover,
62- icon: svgWidget ("grid/setting/setting" )
63- .padding (horizontal: 3 , vertical: 3 ),
62+ icon: svgWidget (
63+ "grid/setting/setting" ,
64+ color: theme.iconColor,
65+ ).padding (horizontal: 3 , vertical: 3 ),
6466 ),
6567 popupBuilder: (BuildContext context) {
6668 return _GridSettingListPopover (settingContext: settingContext);
You can’t perform that action at this time.
0 commit comments