misc: generate small white action icons (#74821)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-02-24 09:05:03 +01:00 committed by Gitea
parent 87d671b34e
commit 3d57dc94f0
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class build_icons(Command):
'large-hover': {'colour': 'bebebe', 'width': '80'},
}
variants_actions = {
'small.white': {'colour': 'ffffff', 'width': '40'},
'small.386ede': {'colour': '386ede', 'width': '40'},
'small.ff375e': {'colour': 'ff375e', 'width': '40'},
'small.6f2b92': {'colour': '6f2b92', 'width': '40'},