diff --git a/libs/dashboard/src/lib/components/dashboard-layout/dashboard-layout.component.scss b/libs/dashboard/src/lib/components/dashboard-layout/dashboard-layout.component.scss index 373f18f13..bb611dce1 100644 --- a/libs/dashboard/src/lib/components/dashboard-layout/dashboard-layout.component.scss +++ b/libs/dashboard/src/lib/components/dashboard-layout/dashboard-layout.component.scss @@ -26,17 +26,20 @@ } .read-btn { + --mdc-filled-button-container-height: 2.5rem; margin-bottom: 4rem; - cursor: pointer; - display: inline-flex; font-weight: 500; - font-size: 1.125rem; - padding: 0.15625rem 1.5rem; + font-size: 1rem; + padding: 0.5rem 1.5rem; width: max-content; - line-height: 1.6875rem; + line-height: 1.5rem; + border-radius: 0; mat-icon { - vertical-align: middle; + font-size: 1.5rem; + height: 1.5rem; + width: 1.5rem; + font-weight: 300; } }