forked from Shinonome/dots-hyprland
dock: fix light mode for pin icon
This commit is contained in:
@@ -69,7 +69,7 @@ const PinButton = () => Widget.Button({
|
||||
child: Widget.Overlay({
|
||||
child: Widget.Box({
|
||||
homogeneous: true,
|
||||
className: 'dock-app-icon',
|
||||
className: 'dock-app-icon txt',
|
||||
child: MaterialIcon('push_pin', 'hugeass')
|
||||
}),
|
||||
overlays: [Widget.Box({
|
||||
|
||||
Reference in New Issue
Block a user