forked from Shinonome/dots-hyprland
small fixes
This commit is contained in:
@@ -61,7 +61,7 @@ const UtilButton = ({ name, icon, onClicked }) => Button({
|
||||
|
||||
const Utilities = () => Box({
|
||||
hpack: 'center',
|
||||
className: 'spacing-h-5',
|
||||
className: 'spacing-h-5 txt-onSurfaceVariant',
|
||||
children: [
|
||||
UtilButton({
|
||||
name: 'Screen snip', icon: 'screenshot_region', onClicked: () => {
|
||||
|
||||
Reference in New Issue
Block a user