chore: change screen corner roundness

This commit is contained in:
matt1432 2023-10-16 17:25:45 -04:00
parent 0733e83964
commit 92fbddea8d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
.corner {
background-color: black;
border-radius: 21px; //Hard code because Hyprland rounding is in px
border-radius: 18px; //Hard code because Hyprland rounding is in px
border-width: 0.068rem;
}

View file

@ -767,5 +767,5 @@ calendar:indeterminate {
.corner {
background-color: black;
border-radius: 21px;
border-radius: 18px;
border-width: 0.068rem; }