Don't require passing theme to toggleable_icon_button

This commit is contained in:
Nate Butler 2023-08-29 16:01:08 -04:00
parent 0a14e33dba
commit 33c9f14852
5 changed files with 7 additions and 11 deletions

View file

@ -61,7 +61,7 @@ export default function contacts_panel(): any {
width: 14,
}
const header_icon_button = toggleable_icon_button(theme, {
const header_icon_button = toggleable_icon_button({
variant: "ghost",
size: "sm",
active_layer: theme.lowest,