Polished code. Reorganized text styling into separate sizes and colors. Also polished svg icons

This commit is contained in:
Keannu Christian Bernasol 2023-03-05 23:48:49 +08:00
parent c9b18608a1
commit 01c7c288c4
33 changed files with 478 additions and 165 deletions

View file

@ -7,7 +7,6 @@ export interface props {
export default function AddIcon(props: props) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={props.size + "px"}
height={props.size + "px"}
viewBox="0 0 24 24"

View file

@ -8,7 +8,6 @@ export interface props {
export default function CancelIcon(props: props) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={props.size + "px"}
height={props.size + "px"}
viewBox="0 0 24 24"

View file

@ -7,7 +7,6 @@ export interface props {
export default function DeleteIcon(props: props) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={props.size + "px"}
height={props.size + "px"}
viewBox="0 0 24 24"

View file

@ -7,7 +7,6 @@ export interface props {
export default function EditIcon(props: props) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={props.size + "px"}
height={props.size + "px"}
viewBox="0 0 24 24"