Skip to content

Commit edb65cb

Browse files
committed
repair the style of the toast notifications in light theme
1 parent dc3b24f commit edb65cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

electron_app/src/assets/css/theme.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
132132
height: 15px;
133133
margin: 10px 0px;
134134
}
135+
.v-toast__item--default {
136+
background-color: #ffffff;
137+
}
138+
.v-toast__item .v-toast__icon {
139+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23AAA' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat;
140+
}
135141
}
136142

137143
@media (prefers-color-scheme: dark) {

0 commit comments

Comments
 (0)