Fix button background (#4892)

This button had a black background which stuck out from everything else on the page, this fixes that.
This commit is contained in:
buthed010203
2021-03-07 16:35:04 -05:00
committed by GitHub
parent cccb8d6d19
commit 6151ebf716

View File

@@ -307,7 +307,7 @@ public class ModsDialog extends BaseDialog{
if(steam && !mod.hasSteamID()){
right.row();
right.button(Icon.export, Styles.clearTransi, () -> {
right.button(Icon.export, Styles.clearPartiali, () -> {
platform.publish(mod);
}).size(50f);
}