diff --git a/src/components/Settings.vue b/src/components/Settings.vue
index 954990e..6c842e5 100644
--- a/src/components/Settings.vue
+++ b/src/components/Settings.vue
@@ -1,14 +1,20 @@
-
-
-
+
@@ -16,51 +22,114 @@
@@ -69,11 +138,11 @@ const handleCheckboxChange = () => {
.settings-container {
display: flex;
flex-direction: column;
- background-color: #ffffff;
+ background-color: #F1F1F1;
width: 100%;
height: 100%;
-
}
+
.popup-row {
margin-bottom: 20px;
height: 20vh;
@@ -85,12 +154,11 @@ const handleCheckboxChange = () => {
color: white;
}
-.channel-row{
+.channel-row {
margin: 1vh 2vw;
width: 80vw;
height: 70vh;
background-color: #001529;
border-radius: 8px;
}
-