mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Refactoring components
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import styled from "styled-components";
|
||||
|
||||
export const SmallField = styled.input`
|
||||
border: none;
|
||||
padding: 1rem;
|
||||
background: var(--secondary-background);
|
||||
color: var(--text);
|
||||
`;
|
||||
|
||||
export const BigField = styled.textarea`
|
||||
resize: none;
|
||||
border: none;
|
||||
padding: 1rem;
|
||||
background: var(--secondary-background);
|
||||
color: var(--text);
|
||||
`;
|
||||
Reference in New Issue
Block a user