Skip to content

Commit 1c83a26

Browse files
MarcelGeoCopilot
andcommitted
Add new color
Co-authored-by: Copilot <copilot@github.com>
1 parent b034f2a commit 1c83a26

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_extensions.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ img {
114114
color: map-get($colors, 'dark-gray');
115115
}
116116

117+
.text-color-medium-gray {
118+
color: map-get($colors, 'medium-gray');
119+
}
120+
117121
.overflow-wrap-anywhere {
118122
overflow-wrap: anywhere;
119123
}

web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_variables.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ $colors: (
3939
"sky": #A6CBF4,
4040
"informative": #BEDAF0,
4141
"dark-gray": #41464C,
42-
"medium-gray": #A0A3A5
42+
"medium-gray": #A0A3A5,
43+
"secondary-gray": #E2E2E2
4344
);
4445

4546
// Mandatory Designer Variables
@@ -119,5 +120,6 @@ $colors: (
119120
--earth-color: #{map-get($colors, "earth")};
120121
--dark-gray-color: #{map-get($colors, "dark-gray")};
121122
--medium-gray-color: #{map-get($colors, "medium-gray")};
123+
--secondary-gray-color: #{map-get($colors, "secondary-gray")};
122124
color-scheme: light;
123125
}

0 commit comments

Comments
 (0)