Skip to content

Commit ef5b357

Browse files
authored
Update _variables.scss
Signed-off-by: benamar19-b <benamar1906@gmail.com>
1 parent 72f7211 commit ef5b357

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/assets/scss/_variables.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ $notification-info: $blue;
4444
$notification-pass: $green;
4545
$notification-note: #777777;
4646

47+
// Graph
48+
$chart-axis-color: #cfe3ff;
49+
4750
// Components
4851
//
4952
// Define common padding and border radius sizes and more.
@@ -229,6 +232,8 @@ $recessed: $grey-850;
229232
--severity-low: #{$severity-low};
230233
--severity-info: #{$severity-info};
231234
--severity-unassigned: #{$severity-unassigned};
235+
236+
--chart-axis-color: #{$chart-axis-color};
232237

233238
--notification-fail: #{$notification-fail};
234239
--notification-warn: #{$notification-warn};

0 commit comments

Comments
 (0)