Skip to content

Commit 63a0d72

Browse files
committed
More style changes
1 parent c05e81d commit 63a0d72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

src/components/Modals/Modal.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

147147
interface StyledModalRowDataTextTitleProps {

src/components/Modals/Modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)