Fix border on channel select menu

This commit is contained in:
Nate 2021-09-10 10:14:21 -04:00
parent 7ac3b5e707
commit fac42fd3c2

View file

@ -85,7 +85,7 @@ padding.left = 0
[chat_panel.channel_select.menu]
padding = 4
corner_radius = 6
border = { color = "#000000", width = 1 }
border = { color = "$border.0", width = 1 }
background = "$surface.0"
[chat_panel.input_editor]