merge text-xs override
This commit is contained in:
@@ -109,7 +109,7 @@ var modalSizes = map[ModalSize]string{
|
||||
Modal2XLarge: "max-w-5xl",
|
||||
Modal3XLarge: "max-w-6xl",
|
||||
Modal4XLarge: "max-w-7xl",
|
||||
Modal5XLarge: "max-w-[90rem]",
|
||||
Modal5XLarge: "max-w-8xl",
|
||||
ModalFull: "max-w-none",
|
||||
}
|
||||
|
||||
@@ -137,12 +137,12 @@ var modalConfirmOkVariants = map[string]string{
|
||||
const modalWizardHeader = "flex flex-col items-center gap-2 flex-1"
|
||||
const modalWizardTitleRow = "flex items-center justify-between w-full"
|
||||
const modalWizardTitle = "text-xl"
|
||||
const modalWizardStepName = "text-xs font-semibold text-ink-soft uppercase tracking-wider"
|
||||
const modalWizardStepName = "text-ss font-semibold text-ink-soft uppercase tracking-wider"
|
||||
const modalWizardSteps = "flex items-center justify-between relative w-full max-w-64"
|
||||
const modalWizardTrack = "absolute top-1/2 left-0 right-0 h-0.5 bg-surface-strong -translate-y-1/2"
|
||||
const modalWizardTrackFill = "h-full bg-primary transition-[width] duration-300 ease-in-out"
|
||||
const modalWizardStepWrap = "relative z-[1]"
|
||||
const modalStepIndicatorBase = "w-7 h-7 rounded-full flex items-center justify-center text-xs font-semibold border-2 shrink-0 transition-all duration-300 ease-in-out"
|
||||
const modalStepIndicatorBase = "w-7 h-7 rounded-full flex items-center justify-center text-ss font-semibold border-2 shrink-0 transition-all duration-300 ease-in-out"
|
||||
const modalStepIndicatorPending = "border-line-strong text-ink-faint bg-surface"
|
||||
const modalStepIndicatorActive = "bg-primary text-white border-primary"
|
||||
const modalStepIndicatorCompleted = "bg-primary text-white border-primary"
|
||||
|
||||
Reference in New Issue
Block a user