We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fba533 + 8cc9760 commit b2738e4Copy full SHA for b2738e4
1 file changed
src/components/Projects/WBS/wbs.jsx
@@ -46,7 +46,7 @@ const WBS = props => {
46
return (
47
<React.Fragment>
48
<div className={darkMode ? 'bg-oxford-blue text-light' : ''} style={{minHeight: "100%"}}>
49
- <div className={`container pt-2 border border-secondary rounded ${darkMode ? 'text-light' : ''}`}style={darkMode ? { backgroundColor: '#1B2A41', alignItems: 'normal' } : { alignItems: 'normal' }}>
+ <div className={`container pt-2 border rounded ${darkMode ? 'text-light' : ''}`}style={darkMode ? { backgroundColor: '#1B2A41', alignItems: 'normal' } : { alignItems: 'normal' }}>
50
<nav aria-label="breadcrumb">
51
<div className={`d-flex align-items-center breadcrumb ${darkMode ? 'bg-space-cadet' : ''}`}
52
style={{
0 commit comments