File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jderobot-ide-interface" ,
3- "version" : " 0.1.65 " ,
3+ "version" : " 0.1.66 " ,
44 "main" : " dist/main.js" ,
55 "typings" : " dist/index.d.ts" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export const StyledModalRowDataText = styled.div`
141141 flex-direction: row;
142142 align-items: flex-start;
143143 background: none;
144- width: 100% ;
144+ margin: 0 10px 0 10px ;
145145` ;
146146
147147interface StyledModalRowDataTextTitleProps {
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ export const ModalRow = ({
194194 case "img" :
195195 return (
196196 < StyledModalImageRow
197- color = { theme . palette . primary }
197+ color = { theme . palette . background }
198198 roundness = { theme . roundness }
199199 id = { id }
200200 >
@@ -397,7 +397,7 @@ export const ModalActionList = ({
397397 { isOpen === entry . name && (
398398 < StyledModalActionEntry
399399 color = { theme . palette . text }
400- entryColor = { theme . palette . background }
400+ entryColor = { theme . palette . primary }
401401 hoverColor = { theme . palette . secondary }
402402 deleteColor = { theme . palette . button . error }
403403 roundness = { theme . roundness }
You can’t perform that action at this time.
0 commit comments