Skip to content

Commit 2f92de8

Browse files
authored
Merge pull request #1954 from gtech-mulearn/home-dev
fix: inactive table toggle styles
2 parents 077c58f + 62447e4 commit 2f92de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/Public/KKEM/modules/Dashboard/LearningCircles/LearningCircles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
text-align: center;
169169
}
170170
.table_toggle_inactive {
171-
border: 1px solid #456ff6;
172-
color: #456ff6;
171+
border: 1px solid #375acb;
172+
color: white;
173173
padding: 6px 24px;
174174
border-radius: 10px;
175175
cursor: pointer;

0 commit comments

Comments
 (0)