Don't require passing theme
to toggleable_icon_button
This commit is contained in:
parent
0a14e33dba
commit
33c9f14852
5 changed files with 7 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue