[WEB-5614] chore: package and layout enhancements #8403

This commit is contained in:
Anmol Singh Bhatia 2025-12-21 12:41:11 +05:30 committed by GitHub
parent 409a3e84ab
commit 83496487d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@ export const buttonStyling: IButtonStyling = {
default: `text-on-color bg-accent-primary`,
hover: `hover:bg-accent-primary/80`,
pressed: `focus:text-custom-brand-40 focus:bg-accent-primary/80`,
disabled: `cursor-not-allowed !bg-layer-1 !text-placeholder`,
disabled: `cursor-not-allowed !bg-layer-1 !text-on-color-disabled`,
},
"accent-primary": {
default: `bg-accent-primary/20 text-accent-primary`,