Move toasts to sonner (#6053)
This commit is contained in:
@@ -152,8 +152,8 @@ export const buildLightTheme = (input: Partial<Colors>): DefaultTheme => {
|
||||
buttonNeutralBorder: darken(0.15, colors.white),
|
||||
tooltipBackground: colors.almostBlack,
|
||||
tooltipText: colors.white,
|
||||
toastBackground: colors.almostBlack,
|
||||
toastText: colors.white,
|
||||
toastBackground: colors.white,
|
||||
toastText: colors.almostBlack,
|
||||
quote: colors.slateLight,
|
||||
codeBackground: colors.smoke,
|
||||
codeBorder: colors.smokeDark,
|
||||
@@ -215,8 +215,8 @@ export const buildDarkTheme = (input: Partial<Colors>): DefaultTheme => {
|
||||
buttonNeutralBorder: colors.slateDark,
|
||||
tooltipBackground: colors.white,
|
||||
tooltipText: colors.lightBlack,
|
||||
toastBackground: colors.white,
|
||||
toastText: colors.lightBlack,
|
||||
toastBackground: colors.veryDarkBlue,
|
||||
toastText: colors.almostWhite,
|
||||
quote: colors.almostWhite,
|
||||
code: colors.almostWhite,
|
||||
codeBackground: colors.black75,
|
||||
|
||||
Reference in New Issue
Block a user