Skip to content

Commit 9cdf06a

Browse files
committed
Update notification item font-weight
1 parent 5bf49ee commit 9cdf06a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/NotificationList.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function handleRepoClick() {
7575
7676
&-title {
7777
@include focus-visible;
78-
background-color: var(--notification-title-color);
78+
// background-color: var(--notification-title-color);
7979
border-radius: 8px;
8080
padding: 5px 16px;
8181
width: 100%;
@@ -158,6 +158,7 @@ function handleRepoClick() {
158158
text-overflow: ellipsis;
159159
font-size: 14px;
160160
margin-bottom: 4px;
161+
font-weight: 500;
161162
}
162163
163164
&-subtitle {

0 commit comments

Comments
 (0)