Skip to content

Commit

Permalink
border
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmajkl committed Mar 21, 2023
1 parent 8178331 commit 313e19d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 1 addition & 9 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@
let profiles;
async function load() {
// profiles = await invoke("connect");
profiles = [
"1;s;255;ffff00;r;255;10;",
"1;s;255;ffffff;r;255;10;",
"5;r;255;50;rw;255;50;",
"5;r;255;50;rw;255;50;",
"3;w;255;204466ff;rg;255;5",
]
profiles = await invoke("connect");
component =
profiles
? Main
Expand Down
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
@apply bg-primary rounded-full shadow-xl;
outline: none;
}

.color {
@apply border-2 border-primary;
}

0 comments on commit 313e19d

Please sign in to comment.