mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Remove unnecessary settings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Variables
|
||||
$padding: 20px;
|
||||
$navbar-height: 64px; // Adjust this value based on your preference
|
||||
$navbar-height: 64px;
|
||||
|
||||
.custom-navbar {
|
||||
display: flex;
|
||||
|
||||
@@ -3,7 +3,6 @@ import { Modal, Text, Toggle, Tooltip, Input, Spacer, Button, useTheme } from '@
|
||||
|
||||
const Settings = ({ visible, onClose, currentTheme, onThemeChange, onSettingsChange }) => {
|
||||
const theme = useTheme();
|
||||
const [fontSize, setFontSize] = useState('14');
|
||||
const [autoSave, setAutoSave] = useState(false);
|
||||
|
||||
const handleSubmit = () => {
|
||||
|
||||
Reference in New Issue
Block a user