1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Fix padding in action buttons

This commit is contained in:
Andrew Kingston 2022-04-07 15:38:51 +01:00
parent af4d3c0c21
commit 26fec60257

View file

@ -80,8 +80,4 @@
.active svg {
color: var(--spectrum-global-color-blue-600);
}
.spectrum-ActionButton-label {
padding-bottom: 2px;
}
</style>