mako: increase border size

This commit is contained in:
Aly Raffauf 2024-08-09 13:13:31 -04:00
parent 2d3ac13a5c
commit d5691c4d96

View file

@ -13,7 +13,7 @@ in {
backgroundColor = "${cfg.theme.colors.background}99";
borderColor = "${cfg.theme.colors.primary}CC";
borderRadius = 10;
borderSize = 2;
borderSize = 4;
defaultTimeout = 10000;
enable = true;
font = "${cfg.theme.sansFont.name} Regular ${toString cfg.theme.sansFont.size}";