Skip to content

Commit

Permalink
feat: updated example and main styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardar1208 committed Sep 27, 2024
1 parent b3ec409 commit c895475
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions example/components/code_editor_example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,10 @@ const CodeEditorExample = () => {
const linesRef = React.useRef<any>(null);

const styles = {
container: {
padding: '20px',
},
input: {
fontSize: '16px',
color: 'white',
},
placeholder: {
color: '#999',
},
inputFocus: {
outline: 'none',
borderColor: '#00bfff',
boxShadow: '0 8px 16px rgba(0, 191, 255, 0.4)',
},
};

return (
Expand Down
5 changes: 0 additions & 5 deletions example/components/validation_example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ const ValidationExample = () => {
transition: 'all 0.3s ease-in-out',
boxShadow: '0 4px 8px rgba(0, 0, 0, 0.2)',
},
inputFocus: {
outline: 'none',
borderColor: '#00bfff',
boxShadow: '0 8px 16px rgba(0, 191, 255, 0.4)',
},
};

return (
Expand Down
1 change: 0 additions & 1 deletion src/components/InputOD.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const InputOD = ({
id="main_input"
style={{
outline: 'none',
fontSize: "16px",
...textStyle,
}}
contentEditable="true"
Expand Down

0 comments on commit c895475

Please sign in to comment.