Skip to content

Commit 4844be4

Browse files
Core-936: Add raise-green color theme (#2468)
[CORE-936] Also changed some quotes that caused a lint warning Co-authored-by: staxly[bot] <35789409+staxly[bot]@users.noreply.github.com>
1 parent 1058fcd commit 4844be4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/app/content/highlights/components/Note.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const WrapperLabel = styled.label`
5151
top: 1.3rem;
5252
5353
::after {
54-
content: '...';
54+
content: "...";
5555
}
5656
}
5757
`;

src/app/content/highlights/components/__snapshots__/Note.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exports[`Note matches snapshot 1`] = `
3535
}
3636
3737
.c0 textarea:empty ~ div::after {
38-
content: '...';
38+
content: "...";
3939
}
4040
4141
.c2 {

src/app/theme.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ const color = {
102102
foreground: textColors.white,
103103
foregroundHover: greyColors.darker,
104104
},
105+
'raise-green': {
106+
base: '#0a5b50',
107+
foreground: textColors.white,
108+
foregroundHover: greyColors.darker,
109+
},
105110
'red': {
106111
base: '#C22032',
107112
foreground: textColors.white,

0 commit comments

Comments
 (0)