Skip to content

Commit ef0b4a7

Browse files
committed
fixing color scheme
1 parent 0d8e54e commit ef0b4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Milk-WebView/src/lib/elements/desktop/components/compontents/error_pop_up.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
3434
z-index: 25;
3535
background: #a13633;
36-
border: 1px solid #3a3a3a;
36+
border: 1px solid var(--border-color);
3737
}
3838
</style>

Milk-WebView/src/lib/elements/desktop/components/vaporwave_window.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
background: #0e0f14;
9494
border-width: 0px 2px 2px 0px;
9595
border-style: solid;
96-
border-color: #3a3a3a;
96+
border-color: var(--border-color);
9797
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
9898
9999
.app-bar {

0 commit comments

Comments
 (0)