From ab57f1fa72131c3557a1b61bda85197ce1f08ca2 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:15:44 +1000 Subject: [PATCH] fix: icon inconsitencies --- assets/css/index.scss | 2 +- public/icons/Code.svg | 13 +++++-------- public/icons/File.svg | 13 +++++-------- public/icons/Link.svg | 7 +++++++ public/icons/Text.svg | 13 +++++-------- 5 files changed, 23 insertions(+), 25 deletions(-) create mode 100644 public/icons/Link.svg diff --git a/assets/css/index.scss b/assets/css/index.scss index 43fe481..da464c5 100644 --- a/assets/css/index.scss +++ b/assets/css/index.scss @@ -89,7 +89,7 @@ $mutedtext: #78756f; } .icon { - width: 20px; + width: 18px; height: 18px; } } diff --git a/public/icons/Code.svg b/public/icons/Code.svg index b5c1a42..5c34abf 100644 --- a/public/icons/Code.svg +++ b/public/icons/Code.svg @@ -1,10 +1,7 @@ - - - - + + + + + \ No newline at end of file diff --git a/public/icons/File.svg b/public/icons/File.svg index a0b4fdd..8341a3c 100644 --- a/public/icons/File.svg +++ b/public/icons/File.svg @@ -1,10 +1,7 @@ - - - - + + + + + \ No newline at end of file diff --git a/public/icons/Link.svg b/public/icons/Link.svg new file mode 100644 index 0000000..64cc120 --- /dev/null +++ b/public/icons/Link.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/Text.svg b/public/icons/Text.svg index 83f8532..0ca21e8 100644 --- a/public/icons/Text.svg +++ b/public/icons/Text.svg @@ -1,10 +1,7 @@ - - - - + + + + + \ No newline at end of file