File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jderobot-ide-interface" ,
3- "version" : " 0.1.64 " ,
3+ "version" : " 0.1.65 " ,
44 "main" : " dist/main.js" ,
55 "typings" : " dist/index.d.ts" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ interface StyledModalRowDataTextTitleProps {
152152
153153export const StyledModalRowDataTextTitle = styled . li < StyledModalRowDataTextTitleProps > `
154154 color: ${ ( p ) => p . color ?? primaryColor } ;
155+ list-style-position: inside;
155156` ;
156157
157158export const StyledModalRowDataTextEntries = styled . div `
@@ -201,7 +202,6 @@ interface StyledModalImageRowProps {
201202}
202203
203204export const StyledModalImageRow = styled . div < StyledModalImageRowProps > `
204- width: 100%;
205205 margin: 10px;
206206 background-color: ${ ( p ) => p . color ?? primaryColor } ;
207207 border-radius: ${ ( p ) => p . roundness ?? 1 } px;
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 . text }
197+ color = { theme . palette . primary }
198198 roundness = { theme . roundness }
199199 id = { id }
200200 >
You can’t perform that action at this time.
0 commit comments