We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242d6bf commit a8139ebCopy full SHA for a8139eb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.67",
+ "version": "0.1.68",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/Modals/Modal.tsx
@@ -398,7 +398,7 @@ export const ModalActionList = ({
398
<StyledModalActionEntry
399
color={theme.palette.text}
400
entryColor={
401
- selected ? theme.palette.secondary : theme.palette.primary
+ selected == entry.name ? theme.palette.secondary : theme.palette.primary
402
}
403
hoverColor={theme.palette.secondary}
404
deleteColor={theme.palette.button.error}
0 commit comments