Add Stationery and Stationery Dark themes with notebook chrome.
Manila folders, ruled chat, post-it nav, and folder tabs; dark variant uses Catppuccin Mocha colors with muted stickies and soft glows.
This commit is contained in:
@@ -41,7 +41,13 @@ export function UnjoinedSubRoomItem({ roomId, depth, isLast = false }: UnjoinedS
|
||||
|
||||
return (
|
||||
<Box
|
||||
style={{ paddingLeft, padding: `${config.space.S100} ${config.space.S200}`, minHeight: '1.5rem' }}
|
||||
data-nav-depth={depth}
|
||||
style={{
|
||||
paddingLeft,
|
||||
padding: `${config.space.S100} ${config.space.S200}`,
|
||||
minHeight: '1.5rem',
|
||||
position: 'relative',
|
||||
}}
|
||||
alignItems="Center"
|
||||
gap="200"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user