Skip to content

Commit ab53d0a

Browse files
committed
Vidhisen
1 parent eca9add commit ab53d0a

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

RELEASING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ The release process is automated by [changesets]. After you familiarize yourself
5050
5151
[changelog]: ../CHANGELOG.md
5252
[changesets]: https://github.com/atlassian/changesets
53+

docs/stories/principles/HTML.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ Make use of `<thead>`, `<tfoot>`, `<tbody>`, and `<th>` tags (and `scope` attrib
7676
</tbody>
7777
</table>
7878
```
79+
80+
<p>Hello from vidhi</>

src/box/box-overlay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
width: 448px;
44
margin-right: auto;
55
margin-left: auto;
6-
background-color: var(--bgColor-default, var(--color-canvas-default));
6+
background-color: black;
77
background-clip: padding-box;
88
border-color: var(--borderColor-default, var(--color-border-default));
99
// stylelint-disable-next-line primer/box-shadow

src/core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ The `@primer/css` npm package includes a standalone CSS build of this module in
2323

2424

2525
[scss]: https://sass-lang.com/documentation/syntax#scss
26+

src/forms/form-group.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@
224224
border-color: var(--borderColor-success-muted, var(--color-success-muted));
225225

226226
&::after {
227-
border-bottom-color: var(--borderColor-success-muted, var(--color-success-muted));
227+
border-bottom-color: pink;
228228
}
229229

230230
&::before {
231-
border-bottom-color: var(--borderColor-success-muted, var(--color-success-muted));
231+
border-bottom-color: rgb(255, 255, 255);
232232
}
233233
}
234234
}

0 commit comments

Comments
 (0)