Skip to content

Commit f149255

Browse files
knajjarsRod
authored andcommitted
google picker custom styles
1 parent c82668d commit f149255

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/interfaces/coral_web/src/styles/globals.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ body {
1111
font-weight: 400;
1212
}
1313

14+
/* Google File Picker styles */
15+
.picker-dialog {
16+
@apply rounded-lg border !border-marble-500 drop-shadow-2xl;
17+
}
18+
1419
@layer utilities {
1520
.font-cuts-0 {
1621
font-variation-settings: 'cuts' 0, 'move' 0;
@@ -30,4 +35,4 @@ body {
3035
font-variation-settings: 'cuts' 300, 'move' 300;
3136
font-variant-ligatures: 'common-ligatures';
3237
}
33-
}
38+
}

0 commit comments

Comments
 (0)