chore: constants file, styling, and seek component
This commit is contained in:
7
src/styles/constants.js
Normal file
7
src/styles/constants.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export const SIZES = {
|
||||
tiny: "0.5rem",
|
||||
small: "1rem",
|
||||
normal: "1.25rem",
|
||||
medium: "1.5rem",
|
||||
large: "2rem"
|
||||
};
|
||||
Reference in New Issue
Block a user