Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
melkent committed Nov 24, 2024
1 parent c8ef910 commit d277a85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
12 changes: 6 additions & 6 deletions frontend/src/components/inputs/CLInputs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
import { LocalizationProvider } from '@mui/x-date-pickers/LocalizationProvider';
import { DatePicker } from '@mui/x-date-pickers/DatePicker';

const DEFAULT_HEIGHT = "67px"
const DEFAULT_WIDTH = "100%"
const DEFAULT_PADDING = ""
const DEFAULT_BORDER = ""
const DEFAULT_BORDER_RADIUS = ""
const DEFAULT_BACKGROUND_COLOR = "transparent"
// const DEFAULT_HEIGHT = "67px"
// const DEFAULT_WIDTH = "100%"
// const DEFAULT_PADDING = ""
// const DEFAULT_BORDER = ""
// const DEFAULT_BORDER_RADIUS = ""
// const DEFAULT_BACKGROUND_COLOR = "transparent"

export const CLTextInput = () => {
return (
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/pages/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export default function Dashboard() {

function MainContent() {
return (
<div className="main-content-text">
<span>
<div>
<p>
Convert handwritten clinical logs to a <br />
standardized Excel template with just a click of a button!
</span>
</p>
<div className="main-content-buttons">
<Buttons />
</div>
Expand Down
6 changes: 0 additions & 6 deletions frontend/src/pages/styles/Dashboard.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.main-content-text {
font-size: 20px;
font-weight: 800;
margin-top: -100px;
}

.main-content-buttons {
font-size: 17px;
display: flex;
Expand Down

0 comments on commit d277a85

Please sign in to comment.