Skip to content

Commit de8b71b

Browse files
authored
feat(design): update doc viewer menu button colors (#3023)
1 parent c3131d8 commit de8b71b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/daffio/src/app/docs/components/doc-viewer/doc-viewer.component.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@
4747
gap: 8px;
4848
align-items: center;
4949
justify-content: center;
50-
background: white;
50+
background: var(--daff-theme);
5151
border: 0;
5252
border-top: 1px solid rgb(var(--daff-theme-contrast-rgb), 0.1);
5353
border-bottom: 1px solid rgb(var(--daff-theme-contrast-rgb), 0.1);
54+
color: var(--daff-theme-contrast);
5455
overflow: auto;
5556
padding: 16px 24px;
5657
position: sticky;

0 commit comments

Comments
 (0)