Skip to content

Commit

Permalink
Added Compatible with Dark Mode into Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyowen committed Jun 8, 2021
1 parent 0ec15a9 commit 021245d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion client/src/components/landing.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React, { useEffect, useState } from 'react'
import Skeleton from '@material-ui/lab/Skeleton'
import { CardActionArea } from '@material-ui/core'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faDraftingCompass, faFingerprint, faSyncAlt } from '@fortawesome/free-solid-svg-icons'
import { faDraftingCompass, faFingerprint, faMoon, faSyncAlt } from '@fortawesome/free-solid-svg-icons'

import { setNotification, NOTIFICATION_TYPES } from '../libraries/setNotification'

Expand Down Expand Up @@ -221,6 +221,15 @@ const Landing = () => {
<p className="raleway mt-10 p-12">Simply drag the task and drop onto the desired position!</p>
</div>
</div>
<div className="m-10">
<div className="projects__card">
<div className="blue-text flex">
<FontAwesomeIcon className="col isCentered blue-text" icon={faMoon} size="3x" />
<p className="h2 col monospace m-auto">Light and Dark UI</p>
</div>
<p className="raleway mt-10 p-12">Choose how Otlio looks to you, smoothly switch between light and dark mode.</p>
</div>
</div>
</div>
<footer className="footer">
<div>
Expand Down

0 comments on commit 021245d

Please sign in to comment.