File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
site/src/modules/resources/AppLink Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,7 @@ import type { FC, PropsWithChildren } from "react";
4
4
export const AppPreview : FC < PropsWithChildren > = ( { children } ) => {
5
5
return (
6
6
< Stack
7
- css = { ( theme ) => ( {
8
- padding : "2px 12px" ,
9
- borderRadius : 9999 ,
10
- border : `1px solid ${ theme . palette . divider } ` ,
11
- color : theme . palette . text . primary ,
12
- background : theme . palette . background . paper ,
13
- flexShrink : 0 ,
14
- width : "fit-content" ,
15
- fontSize : 12 ,
16
-
17
- "& img, & svg" : {
18
- width : 13 ,
19
- } ,
20
- } ) }
7
+ className = "flex items-center h-8 px-3 rounded-full border border-solid border-surface-quaternary text-content-primary bg-surface-secondary flex-shrink-0 w-fit text-xs [&>svg]:w-[13px] [&>img]:w-[13px]"
21
8
alignItems = "center"
22
9
direction = "row"
23
10
spacing = { 1 }
You can’t perform that action at this time.
0 commit comments