Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Katerberg committed Dec 11, 2024
1 parent 2afcfde commit b37591c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Fixed-20241211-164220.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Fixed
body: Minor style fixes in the autosync behavior
time: 2024-12-11T16:42:20.964246-06:00
5 changes: 3 additions & 2 deletions src/components/OverallMaturity/BackendExportEntitiesForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const useStyles = makeStyles((theme) => {
accordion: {
backgroundColor: `${theme.palette.background.default} !important`,
color: `${theme.palette.text.primary} !important`,
paddingLeft: "8px",
},
accordionDetails: {
paddingTop: "0px !important",
Expand Down Expand Up @@ -207,7 +208,7 @@ export default function BackendExportEntitiesForm() {
const classes = useStyles();

return (
<span>
<>
<Accordion
className={classes.accordion}
expanded={configExpanded}
Expand Down Expand Up @@ -374,6 +375,6 @@ export default function BackendExportEntitiesForm() {
configuration above.
</Typography>
)}
</span>
</>
);
}
18 changes: 10 additions & 8 deletions src/components/OverallMaturity/ExportEntitiesForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,16 @@ export default function ExportEntityForm() {
return (
<span>
<Typography paragraph>
<b style={{ color: "orange" }}>New:</b> Check out our{" "}
<Link
href="https://github.com/OpsLevel/backstage-plugin-backend"
target="_blank"
>
backend plugin
</Link>
, which enables automatic syncing!
<Alert>
Check out our{" "}
<Link
href="https://github.com/OpsLevel/backstage-plugin-backend"
target="_blank"
>
backend plugin
</Link>
, which enables automatic syncing!
</Alert>
</Typography>
<Typography paragraph>
The{" "}
Expand Down

0 comments on commit b37591c

Please sign in to comment.