Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit d05cefb7 authored by ryoaxton's avatar ryoaxton
Browse files

fix styling

parent e2e03ba1
No related branches found
No related tags found
1 merge request!14Ryoaxtonlie/implement quesiton preview
...@@ -23,7 +23,10 @@ function Button(props) { ...@@ -23,7 +23,10 @@ function Button(props) {
`}> `}>
{ {
(!props.isIconOnRight && props.featherIconName) && (!props.isIconOnRight && props.featherIconName) &&
<FeatherIcon icon={props.featherIconName} className={`${props.textColor} h-6 w-6 cursor-pointer mr-3.5 my-auto`}/> <FeatherIcon
icon={props.featherIconName}
className={`${props.textColor} h-6 w-6 cursor-pointer ${props.buttonLabel ? 'mr-3.5' : ''} my-auto`}
/>
} }
<p <p
className={` className={`
......
...@@ -529,7 +529,7 @@ function TestTopicConfiguration(props) { ...@@ -529,7 +529,7 @@ function TestTopicConfiguration(props) {
<div onClick={handleClickDeleteTestTopicButton}> <div onClick={handleClickDeleteTestTopicButton}>
<Button <Button
buttonLabel='Delete Test' buttonLabel='Delete Topic'
color='bg-white' color='bg-white'
textColor='text-red' textColor='text-red'
borderColor='border-red' borderColor='border-red'
......
...@@ -14,6 +14,25 @@ code { ...@@ -14,6 +14,25 @@ code {
monospace; monospace;
} }
.MuiFormControlLabel-label { .MuiFormControlLabel-label,
.MuiOutlinedInput-input,
.MuiFormLabel-root {
font-family: 'Inter', sans-serif!important; font-family: 'Inter', sans-serif!important;
}
.MuiDataGrid-columnHeaderTitle,
.MuiDataGrid-cellContent,
.MuiAutocomplete-endAdornment,
.MuiAutocomplete-popper,
.css-12jo7m5,
.css-qc6sy-singleValue,
.MuiTablePagination-displayedRows,
.MuiDataGrid-selectedRowCount,
.MuiAutocomplete-listbox,
.MuiAutocomplete-noOptions,
.MuiDataGrid-virtualScrollerContent,
.MuiDataGrid-overlay,
.MuiOutlinedInput-input {
font-family: 'Inter', sans-serif!important;
color: #223C6D!important;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment