ciyidogan commited on
Commit
3b6a1f2
·
verified ·
1 Parent(s): 8252057

Update flare-ui/src/app/components/activity-log/activity-log.component.ts

Browse files
flare-ui/src/app/components/activity-log/activity-log.component.ts CHANGED
@@ -120,21 +120,28 @@ interface ActivityLogResponse {
120
  justify-content: space-between;
121
  align-items: center;
122
  padding: 16px;
123
- background-color: #f5f5f5;
124
-
 
125
  mat-card-title {
126
  margin: 0;
127
  display: flex;
128
  align-items: center;
129
  gap: 8px;
130
  font-size: 18px;
131
-
 
132
  mat-icon {
133
  font-size: 24px;
134
  width: 24px;
135
  height: 24px;
 
136
  }
137
  }
 
 
 
 
138
  }
139
 
140
  mat-card-content {
 
120
  justify-content: space-between;
121
  align-items: center;
122
  padding: 16px;
123
+ background-color: #424242; // Koyu gri (önceden #f5f5f5 idi)
124
+ color: white; // Yazıları beyaz yap
125
+
126
  mat-card-title {
127
  margin: 0;
128
  display: flex;
129
  align-items: center;
130
  gap: 8px;
131
  font-size: 18px;
132
+ color: white; // Title'ı da beyaz yap
133
+
134
  mat-icon {
135
  font-size: 24px;
136
  width: 24px;
137
  height: 24px;
138
+ color: white; // Icon'u da beyaz yap
139
  }
140
  }
141
+
142
+ button {
143
+ color: white; // Close button'u beyaz yap
144
+ }
145
  }
146
 
147
  mat-card-content {