diff options
| -rw-r--r-- | packages/web/src/styles/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/styles/custom.css b/packages/web/src/styles/custom.css index 308e94a18..86628fe9f 100644 --- a/packages/web/src/styles/custom.css +++ b/packages/web/src/styles/custom.css @@ -24,6 +24,10 @@ --color-border-weak: hsl(0, 1%, 85%); --color-icon: hsl(0, 1%, 55%); + + /* For the share component */ + --sl-color-bg-surface: var(--sl-color-bg-nav); + --sl-color-divider: var(--sl-color-gray-5); } |
