refactor: update panel component

This commit is contained in:
2026-09-02 19:33:34 +05:00
parent 991fe69381
commit 2f758a88af
5 changed files with 7 additions and 7 deletions
@@ -13,8 +13,8 @@
<style>
.panel {
background: var(--panel);
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--color-panel);
border: var(--size-border) solid var(--color-border);
border-radius: var(--radius-s);
}
</style>