diff --git a/src/components/NavRail.vue b/src/components/NavRail.vue
index 5f588b3..8a60f03 100644
--- a/src/components/NavRail.vue
+++ b/src/components/NavRail.vue
@@ -56,7 +56,7 @@ function navigate(path: string) {
-
+
diff --git a/src/components/ToastNotification.vue b/src/components/ToastNotification.vue
index d856fdd..9598051 100644
--- a/src/components/ToastNotification.vue
+++ b/src/components/ToastNotification.vue
@@ -11,7 +11,7 @@ const toastStore = useToastStore()
v-for="toast in toastStore.toasts"
:key="toast.id"
@click="toastStore.removeToast(toast.id)"
- class="w-80 flex items-center gap-3 px-4 py-3 bg-bg-surface border border-border-subtle rounded shadow-lg cursor-pointer pointer-events-auto border-l-[3px]"
+ class="w-80 flex items-center gap-3 px-4 py-3 bg-bg-surface border border-border-subtle rounded-lg shadow-lg cursor-pointer pointer-events-auto border-l-[3px]"
:class="[
toast.exiting ? 'animate-toast-exit' : 'animate-toast-enter',
toast.type === 'success' ? 'border-l-status-running' : '',
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 9e253ce..48fb250 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -5,7 +5,7 @@
Start tracking your time
Your dashboard will come alive with stats, charts, and recent activity once you start logging hours.
-
+
Go to Timer
diff --git a/src/views/Entries.vue b/src/views/Entries.vue
index 8fec8ce..01d3307 100644
--- a/src/views/Entries.vue
+++ b/src/views/Entries.vue
@@ -3,13 +3,13 @@
+
@@ -17,14 +17,14 @@
@@ -132,7 +132,7 @@
class="fixed inset-0 bg-black/70 backdrop-blur-[4px] flex items-center justify-center z-50"
@click.self="closeEditDialog"
>
-
+
Edit Entry
@@ -172,7 +172,7 @@
v-model.number="durationMinutes"
type="number"
min="1"
- class="w-full px-3 py-2 bg-bg-inset border border-border-subtle rounded text-[0.8125rem] text-text-primary focus:outline-none focus:border-border-visible"
+ class="w-full px-3 py-2 bg-bg-inset border border-border-subtle rounded-lg text-[0.8125rem] text-text-primary focus:outline-none focus:border-border-visible"
/>
@@ -182,7 +182,7 @@
@@ -191,13 +191,13 @@
@@ -212,7 +212,7 @@
class="fixed inset-0 bg-black/70 backdrop-blur-[4px] flex items-center justify-center z-50"
@click.self="cancelDelete"
>
-
+
Delete Entry
Are you sure you want to delete this time entry? This action cannot be undone.
@@ -220,13 +220,13 @@
diff --git a/src/views/Invoices.vue b/src/views/Invoices.vue
index 42b5375..217eb42 100644
--- a/src/views/Invoices.vue
+++ b/src/views/Invoices.vue
@@ -111,7 +111,7 @@
Create invoices from your tracked time to bill clients.
@@ -129,7 +129,7 @@
@@ -158,7 +158,7 @@
@@ -173,7 +173,7 @@
min="0"
max="100"
step="0.01"
- class="w-full px-3 py-2 bg-bg-inset border border-border-subtle rounded text-[0.8125rem] text-text-primary focus:outline-none focus:border-border-visible"
+ class="w-full px-3 py-2 bg-bg-inset border border-border-subtle rounded-lg text-[0.8125rem] text-text-primary focus:outline-none focus:border-border-visible"
/>
@@ -183,7 +183,7 @@
type="number"
min="0"
step="0.01"
- class="w-full px-3 py-2 bg-bg-inset border border-border-subtle rounded text-[0.8125rem] text-text-primary focus:outline-none focus:border-border-visible"
+ class="w-full px-3 py-2 bg-bg-inset border border-border-subtle rounded-lg text-[0.8125rem] text-text-primary focus:outline-none focus:border-border-visible"
/>
@@ -194,13 +194,13 @@