Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Oct 18, 2023
1 parent 95cd8df commit 5149e6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ export function EnsureHighQualitySdks() {
)}
/>
<Box className={classes.textLayer}>
<Title c="hsl(214 36% 58% / 1)" order={6}>
SDKs
</Title>
<Title className={classes.title}>
Ensure{" "}
<span className={classes.titleHighlight}>high quality</span>{" "}
Expand Down
2 changes: 2 additions & 0 deletions konfigthis.com/src/components/SdkFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export const useFeatureStyles = createStyles((theme) => ({
width: 300,
color: "white",
padding: theme.spacing.xl,
border: "1px solid",
borderColor: "black",
},
title: {
":after": {
Expand Down

0 comments on commit 5149e6b

Please sign in to comment.