Skip to content

Commit 1106d2c

Browse files
authored
Merge pull request #137 from mission-minded-llc/develop
fix: stroke-width property.
2 parents e788ba4 + 923381b commit 1106d2c

File tree

3 files changed

+7
-42
lines changed

3 files changed

+7
-42
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,7 @@ A clear and concise description of what this pull request does.
44

55
## Type of Change
66

7-
Please delete options that are not relevant:
8-
9-
- [ ] Bug fix (non-breaking change which fixes an issue)
10-
- [ ] New feature (non-breaking change which adds functionality)
11-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as
12-
expected)
13-
- [ ] Documentation update
14-
- [ ] Code refactoring
15-
- [ ] Performance improvement
16-
- [ ] Test updates
17-
- [ ] Other (please describe):
18-
19-
## Related Issues
20-
21-
Closes #[issue number] Related to #[issue number]
22-
23-
## Testing
24-
25-
Please describe the tests that you ran to verify your changes:
26-
27-
- [ ] Unit tests pass
28-
- [ ] Integration tests pass
29-
- [ ] E2E tests pass
30-
- [ ] Manual testing completed
31-
32-
**Test Environment:**
33-
34-
- OS: [e.g., macOS, Windows, Linux]
35-
- Browser: [e.g., Chrome, Safari, Firefox]
36-
- Node.js version: [e.g., v22.17.1]
7+
Examples: bugfix, new feature, breaking change, documentation, etc.
378

389
## Checklist
3910

@@ -42,19 +13,13 @@ Before submitting this PR, please make sure:
4213
- [ ] I have performed a self-review of my own code
4314
- [ ] I have commented my code, particularly in hard-to-understand areas
4415
- [ ] I have made corresponding changes to the documentation
45-
- [ ] My changes generate no new warnings
4616
- [ ] I have added tests that prove my fix is effective or that my feature works
47-
- [ ] New and existing unit tests pass locally with my changes
4817
- [ ] I have read the CONTRIBUTING.md file
4918

5019
## Screenshots (if applicable)
5120

5221
If this PR includes UI changes, please add screenshots to help reviewers understand the changes.
5322

54-
## Additional Notes
55-
56-
Any additional information that reviewers should know about this PR.
57-
5823
---
5924

6025
**Note:** Please ensure all tests pass and the code follows the project's coding standards before

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { JestConfigWithTsJest } from "ts-jest";
33
const jestConfig: JestConfigWithTsJest = {
44
preset: "ts-jest",
55
testEnvironment: "jsdom",
6-
moduleDirectories: ["node_modules", __dirname],
6+
moduleDirectories: ["node_modules", "<rootDir>"],
77
moduleNameMapper: {
88
"^@/(.*)$": "<rootDir>/src/$1",
99
"\\.(css|less|scss)$": "identity-obj-proxy",

src/app/components/ThemeAwareLogo.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ export const ThemeAwareLogo = () => {
3838
d="M514.572 165.714L587.5 186.53L506.574 225.258L428 194.76L514.572 165.714Z"
3939
fill={backgroundColor2}
4040
stroke={borderColor}
41-
stroke-width={theme.palette.mode === "light" ? "2" : "0"}
41+
strokeWidth={theme.palette.mode === "light" ? "2" : "0"}
4242
/>
4343
<path
4444
d="M514.572 157L587.5 177.816L506.574 216.544L428 186.046L514.572 157Z"
4545
fill={backgroundColor}
4646
stroke={borderColor}
47-
stroke-width={theme.palette.mode === "light" ? "2" : "0"}
47+
strokeWidth={theme.palette.mode === "light" ? "2" : "0"}
4848
/>
4949
<path
5050
d="M551.234 209.922C559.828 209.922 567.25 211.432 573.5 214.453C579.75 217.422 584.568 221.901 587.953 227.891C591.339 233.88 593.031 241.38 593.031 250.391V263.984H538.422C538.682 268.62 540.401 272.422 543.578 275.391C546.807 278.359 551.547 279.844 557.797 279.844C563.318 279.844 568.37 279.297 572.953 278.203C577.589 277.109 582.354 275.417 587.25 273.125V295.078C582.979 297.318 578.318 298.958 573.266 300C568.214 301.042 561.833 301.562 554.125 301.562C545.219 301.562 537.25 299.974 530.219 296.797C523.188 293.62 517.641 288.698 513.578 282.031C509.568 275.365 507.562 266.797 507.562 256.328C507.562 245.703 509.385 236.979 513.031 230.156C516.677 223.281 521.781 218.203 528.344 214.922C534.906 211.589 542.536 209.922 551.234 209.922ZM552.328 230.703C548.734 230.703 545.714 231.849 543.266 234.141C540.87 236.38 539.464 239.922 539.047 244.766H565.297C565.245 242.161 564.724 239.792 563.734 237.656C562.745 235.521 561.286 233.828 559.359 232.578C557.484 231.328 555.141 230.703 552.328 230.703Z"
@@ -104,17 +104,17 @@ export const ThemeAwareLogo = () => {
104104
d="M524.421 6.66333L608.752 39.4746L610.378 40.1069L609.97 41.804C603.556 68.4902 596.363 91.055 584.895 110.11C573.397 129.216 557.651 144.714 534.264 157.365L533.366 157.851L532.445 157.409L449.224 117.343L445.987 115.785L449.019 113.854C467.831 101.88 482.783 91.5045 494.656 76.1564C506.511 60.8323 515.411 40.3917 521.732 8.14317L522.192 5.79603L524.421 6.66333Z"
105105
fill="white"
106106
stroke="#AE00FF"
107-
stroke-width="4"
107+
strokeWidth="4"
108108
/>
109109
<path
110110
d="M609.45 79.2188C602.565 104.255 599.123 112.11 578.962 133.71"
111111
stroke="#AE00FF"
112-
stroke-width="3"
112+
strokeWidth="3"
113113
/>
114114
<path
115115
d="M613.683 92.9643C610.241 109.164 603.848 119.964 594.505 130.274"
116116
stroke="#AE00FF"
117-
stroke-width="2"
117+
strokeWidth="2"
118118
/>
119119
<path
120120
d="M582.212 103.092C591.555 87.8733 599.422 56.9458 601.881 44.673L528.314 14.9848L590.249 48.594L578.853 56.3743L586.738 65.3444L576.056 72.5116L582.212 103.092Z"

0 commit comments

Comments
 (0)