Skip to content

Commit 64a83fe

Browse files
fix: addressed minor issues and suggestions
1 parent 2a8301c commit 64a83fe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/release-notes/ReleaseNotes.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.pgn__pageBanner__accentA {
22
background-color: #5DE3BF;
3-
color: #000000;
3+
color: var(--pgn-color-black);
44
text-align: center;
55
font-size: 14px;
66
font-style: normal;
77
font-weight: 500;
88
line-height: 20px;
99

1010
a {
11-
color: #000000;
11+
color: var(--pgn-color-black);
1212
font-size: 14px;
1313
font-style: normal;
1414
font-weight: 600;
@@ -48,15 +48,15 @@
4848
}
4949

5050
.release-notes-page {
51-
color: #000000 ;
51+
color: var(--pgn-color-black);
5252

5353
h1, h2, h3, h4, h5, h6,
5454
p, span, small, li, a,
5555
.text-muted, .text-gray-800,
5656
.pgn__sub-header,
5757
.release-notes-list,
5858
.release-note-item {
59-
color: #000000 ;
59+
color: var(--pgn-color-black);
6060
}
6161

6262
.pgn__icon {

src/release-notes/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const messages = defineMessages({
3636
},
3737
publishTimeLabel: {
3838
id: 'release-notes.form.publish_time.label',
39-
defaultMessage: 'Publish time (EDT)',
39+
defaultMessage: 'Publish time',
4040
},
4141
saveButton: {
4242
id: 'release-notes.form.save',

0 commit comments

Comments
 (0)