@ -12,8 +12,8 @@ import java.awt.Color;
/**
* {@link UIDayLabel} 的 UI 样式
* @author lemon
* @since
* Created on
* @since 12.0
* Created on 2024/09/22
*/
public class FineDayLabelUI extends FineButtonUI {
protected Color selectedBackground;
@ -15,8 +15,8 @@ import static com.fine.theme.utils.FineUIScale.scale;
* 日期控件,day label
public class UIDayLabel extends UIButton {
private static final String UI_CLASS_ID = "DayLabelUI";