diff --git a/frontend/src/pages/EngagementsListPage.tsx b/frontend/src/pages/EngagementsListPage.tsx
index 1f3f05b..6c0e4c2 100644
--- a/frontend/src/pages/EngagementsListPage.tsx
+++ b/frontend/src/pages/EngagementsListPage.tsx
@@ -42,7 +42,7 @@ export function EngagementsListPage(): JSX.Element {
{canEditEngagements ? (
- New engagement
+ New
) : null}
@@ -60,7 +60,7 @@ export function EngagementsListPage(): JSX.Element {
action={
canEditEngagements ? (
- New engagement
+ New
) : undefined
}
diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css
index 4155cb9..2ca6ebc 100644
--- a/frontend/src/styles/index.css
+++ b/frontend/src/styles/index.css
@@ -83,7 +83,7 @@
@apply inline-flex items-center justify-center gap-xs bg-slab text-white uppercase tracking-[0.7px] font-semibold text-[14px] leading-[1.4] rounded-md px-xl py-sm h-11 transition-colors;
}
.btn-ink:hover {
- @apply bg-slab-hover;
+ @apply bg-paper;
}
.btn-ink:disabled {
@apply bg-steel cursor-not-allowed;
diff --git a/frontend/tailwind.config.ts b/frontend/tailwind.config.ts
index 56a10b1..2fee123 100644
--- a/frontend/tailwind.config.ts
+++ b/frontend/tailwind.config.ts
@@ -36,7 +36,6 @@ const config: Config = {
graphite: 'var(--color-graphite)',
// Fixed dark slab — never inverts in dark mode (utility strip, footer, dark bands)
slab: '#111827',
- 'slab-hover': '#1f2937',
'slab-text': '#f9fafb',
'slab-muted': '#6b7280',
// Semantic / decorative — fixed (not themeable)