Skip to content

Commit f084249

Browse files
committed
Create AI Insights page
1 parent b1108f7 commit f084249

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frontend/src/pages/Reports/ReportDetailPage.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,13 @@
149149

150150
// AI Insights Tab Styling
151151
.ai-insights {
152+
background-color: var(--ion-color-light);
152153
.warning-alert {
153154
display: flex;
154155
align-items: center;
155-
background-color: #fff2f2;
156-
border: 1px solid #ffdbdb;
157-
color: var(--ion-color-danger);
156+
background-color:var(--ion-color-light);
157+
border: 1px solid var(--ion-color-danger-shade);
158+
color: var(--ion-color-danger-shade);
158159
border-radius: 8px;
159160
padding: 0.75rem 1rem;
160161
margin-bottom: 1.5rem;

0 commit comments

Comments
 (0)