diff options
Diffstat (limited to 'src/alf/atoms.ts')
-rw-r--r-- | src/alf/atoms.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index 158bb6ec5..eb130f3ae 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -56,6 +56,13 @@ export const atoms = { }), /* + * Theme-independent bg colors + */ + bg_transparent: { + backgroundColor: 'transparent', + }, + + /* * Border radius */ rounded_2xs: { |