From a1eef4daa6741856bb0ecaaaeffbce755dbbe7c8 Mon Sep 17 00:00:00 2001
From: Liuweiqing <121866954+14790897@users.noreply.github.com>
Date: Mon, 22 Jan 2024 09:27:09 +0800
Subject: [PATCH] style: Adjust button styles for better accessibility
---
components/QuillEditor.tsx | 6 +-
components/ReferenceList.tsx | 112 +++++++++++++++++------------------
2 files changed, 59 insertions(+), 59 deletions(-)
diff --git a/components/QuillEditor.tsx b/components/QuillEditor.tsx
index f89eaa4..b59a8a1 100644
--- a/components/QuillEditor.tsx
+++ b/components/QuillEditor.tsx
@@ -242,7 +242,7 @@ const QEditor = () => {
/>
@@ -254,7 +254,7 @@ const QEditor = () => {
*/}
@@ -280,7 +280,7 @@ const QEditor = () => {
diff --git a/components/ReferenceList.tsx b/components/ReferenceList.tsx
index d6e0cdf..25061fe 100644
--- a/components/ReferenceList.tsx
+++ b/components/ReferenceList.tsx
@@ -122,14 +122,14 @@ function ReferenceList({
);