Skip to content

Commit

Permalink
Merge branch 'develop' into jm/add-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
heymatthenry committed Sep 6, 2024
2 parents 2be8e1f + f1e8652 commit 223726a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!---
Step 1 - Title this PR with the following format:
USWDS-Next: [Brief statement describing what this pull request does]
eg: "USWDS-Next: Update dependencies"
Web components : [Brief statement describing what this pull request does]
eg: "Web components: Update dependencies"
-->

# Summary
Expand Down Expand Up @@ -72,7 +72,7 @@ _Share recommended methods for reviewing this change._
## Dependency updates
| Dependency name | Previous version | New version |
| ---------------------------- | :--------------: | :---------: |
| :---------------------------- | :--------------: | :---------: |
| [Updated dependency example] | [1.0.0] | [1.0.1] |
| [New dependency example] | -- | [3.0.1] |
| [Removed dependency example] | [2.10.2] | -- |
Expand Down
2 changes: 1 addition & 1 deletion .storybook/UswdsTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { create } from "@storybook/theming/create";

export default create({
base: "light",
brandTitle: "USWDS Next",
brandTitle: "USWDS Web components",
fontBase:
'"Public Sans Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
colorPrimary: "#4a77b4",
Expand Down

0 comments on commit 223726a

Please sign in to comment.