Skip to content

Commit

Permalink
fix: removed newline
Browse files Browse the repository at this point in the history
  • Loading branch information
brianacnguyen committed May 22, 2024
1 parent 91cc421 commit 3635e45
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/css/brand-colors-brand-evolution.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@
--brand-colors-white: #ffffff;
/* Black */
--brand-colors-black: #000000;
}
}
2 changes: 1 addition & 1 deletion src/css/brand-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@
--brand-colors-lime-lime700: #093a31;
--brand-colors-lime-lime800: #022321;
--brand-colors-lime-lime900: #011515;
}
}
3 changes: 1 addition & 2 deletions src/css/dark-theme-colors-brand-evolution.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@
--color-shadow-primary: #8b99ff33;
/* For critical/danger drop shadow color */
--color-shadow-error: #ff758433;
}

}
3 changes: 1 addition & 2 deletions src/css/dark-theme-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@
--color-shadow-primary: #1098fc66;
/* For critical/danger drop shadow color */
--color-shadow-error: #d73a4966;
}

}
2 changes: 1 addition & 1 deletion src/css/index-brand-evolution.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
@import './light-theme-colors-brand-evolution.css';
@import './dark-theme-colors-brand-evolution.css';
@import './typography.css';
@import './shadow.css';
@import './shadow.css';
2 changes: 1 addition & 1 deletion src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
@import './light-theme-colors.css';
@import './dark-theme-colors.css';
@import './typography.css';
@import './shadow.css';
@import './shadow.css';
3 changes: 1 addition & 2 deletions src/css/light-theme-colors-brand-evolution.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@
--color-shadow-primary: #4459ff33;
/* For critical/danger drop shadow color */
--color-shadow-error: #d7384766;
}

}
3 changes: 1 addition & 2 deletions src/css/light-theme-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@
--color-shadow-primary: #0376c933;
/* For critical/danger drop shadow color */
--color-shadow-error: #d7384766;
}

}

0 comments on commit 3635e45

Please sign in to comment.