Replaced tab buttons with ComfyButton.

This commit is contained in:
Christian Bastian
2024-07-23 23:51:48 -04:00
parent 5cc5a8da87
commit bf88397603
2 changed files with 56 additions and 43 deletions

View File

@@ -203,8 +203,7 @@
background-color: var(--comfy-menu-bg);
border: 2px solid var(--border-color);
border-bottom: none;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-radius: 8px 8px 0px 0px;
cursor: pointer;
padding: 8px 12px;
margin-bottom: 0px;