opened 06:26PM - 12 Jun 24 UTC
closed 12:05PM - 20 Jun 24 UTC
A[ forum post](https://discourse.nodered.org/t/icon-size-using-native-switch-das…hboard-2-0/88611) asked if the icon size could be increased in the dashboard 'switch' node, and a solution was provided by @hotNipi as follows;
![hotNipi](https://github.com/FlowFuse/node-red-dashboard/assets/973580/b6088b95-87bc-46ed-aca0-213f1cce2a6b)
Font Awsome icons use a similar solution, for example `fa-coffee fa-2xs` to change icon size, and use the range `fa-2xs`, `fa-xs`, `fa-2sm`, `fa-lg`, `fa-xl`, `fa-2xs` and `fa-2xl`.
Would it be possible to integrate the css into the dashboard core css, so that sizing would be readily available 'out of the box'.
Maybe could be also be used for https://github.com/FlowFuse/node-red-dashboard/issues/955 and also https://github.com/FlowFuse/node-red-dashboard/issues/888