diff --git a/tgui/packages/tgui/interfaces/Colormate.js b/tgui/packages/tgui/interfaces/Colormate.js index bb56f294a5..9dd2267406 100644 --- a/tgui/packages/tgui/interfaces/Colormate.js +++ b/tgui/packages/tgui/interfaces/Colormate.js @@ -1,5 +1,5 @@ import { useBackend } from '../backend'; -import { Button, Flex, NoticeBox, NumberInput, Section, Tabs } from '../components'; +import { Button, Flex, Icon, NoticeBox, NumberInput, Section, Tabs } from '../components'; import { Window } from '../layouts'; export const Colormate = (props, context) => { @@ -7,7 +7,7 @@ export const Colormate = (props, context) => { const { matrixactive, temp } = data; const item = data.item || []; return ( - + {temp ? ( {temp} @@ -83,7 +83,7 @@ export const ColormateNoMatrix = (props, context) => { return (
- +
);