Skip to content

Commit fbbc7bd

Browse files
committed
chore: add B50 ad lih blue color var
1 parent 66444dd commit fbbc7bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/css/base.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2469,6 +2469,10 @@ textarea,
24692469
background-color: var(--N50);
24702470
}
24712471

2472+
.bc-b50 {
2473+
background-color: var(--B50);
2474+
}
2475+
24722476
.c-n50 {
24732477
color: var(--N50);
24742478
}
@@ -4118,7 +4122,7 @@ textarea::placeholder {
41184122

41194123
.bulk-selection-widget {
41204124
border: 1px solid var(--B500);
4121-
background: rgba(240, 247, 255, 0.80);
4125+
background: var(--light-blue);
41224126
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
41234127
backdrop-filter: blur(5px);
41244128
}

src/css/colorPalette.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
--B300: #72ace6;
1111
--B200: #abcff3;
1212
--B100: #e5f2ff;
13+
--B50: #F0F7FF;
1314
--N900: #000a14;
1415
--N800: #1d2730;
1516
--N700: #3b444c;
@@ -57,4 +58,5 @@
5758
--tippy-card-black-bg: #2d3452;
5859
--terminal-bg: #0b0f22;
5960
--inprogress-orange: #ff7e5b;
61+
--light-blue: #f0f7ff;
6062
}

0 commit comments

Comments
 (0)