/**
 * @license
 * Copyright Lamb Team. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@mixin lamb-button-icon() {
    .lamb-text-black {
        color: nb-theme(color-fg-text);
    }
}