Skip to main content

BUTTON_PRIMARY_CLASS

Constant BUTTON_PRIMARY_CLASS 

Source
pub const BUTTON_PRIMARY_CLASS: &str = "w-full py-2.5 px-4 bg-paper-accent text-white font-medium rounded-full hover:brightness-110 active:scale-[0.98] transition-all duration-200 cursor-pointer";
Expand description

主按钮 CSS 类,用于表单提交等主操作按钮。