diff --git a/src/components/sidebar/AppSidebar.vue b/src/components/sidebar/AppSidebar.vue
index 76fb3f1..d859508 100644
--- a/src/components/sidebar/AppSidebar.vue
+++ b/src/components/sidebar/AppSidebar.vue
@@ -25,7 +25,16 @@ const emit = defineEmits<{
Browser Assistant
@@ -129,25 +138,9 @@ const emit = defineEmits<{
}
.refresh-icon {
- width: 14px;
- height: 14px;
- border: 1.9px solid #334155;
- border-left-color: transparent;
- position: relative;
- border-radius: 50%;
- transform: rotate(-22deg);
-}
-
-.refresh-icon::after {
- content: "";
- position: absolute;
- top: -1px;
- right: -2px;
- width: 5px;
- height: 5px;
- border-top: 1.9px solid #334155;
- border-right: 1.9px solid #334155;
- transform: rotate(0deg);
+ width: 16px;
+ height: 16px;
+ color: #334155;
}
.sr-only {