Skip to content

Commit

Permalink
🐛 FIX: Minor theme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
relaxxpls committed Dec 9, 2021
1 parent bed3827 commit 8c21db1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
build
public
9 changes: 6 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/static/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A course planner by DevCom, IIT Bombay."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/static/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>ResoBin</title>

<!-- ? umami analytics -->
<script
Expand All @@ -19,9 +23,8 @@
data-website-id="%REACT_APP_UMAMI_WEBSITE_ID%"
src="%REACT_APP_UMAMI_HOST%/umami.js"
></script>

<title>ResoBin</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/light.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const LightTheme = {
headerNumber: '#FFF',
activeMenu: '#585280',
courseBG: '#B2BFE1',
logo: '#726E95',
logo: '#707aff',
dividerColor: '#5d598039',
...globalConfig,
}
Expand Down

0 comments on commit 8c21db1

Please sign in to comment.