Skip to content

Commit

Permalink
google picker custom styles
Browse files Browse the repository at this point in the history
  • Loading branch information
knajjars authored and Rod committed Jul 1, 2024
1 parent c82668d commit f149255
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/interfaces/coral_web/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ body {
font-weight: 400;
}

/* Google File Picker styles */
.picker-dialog {
@apply rounded-lg border !border-marble-500 drop-shadow-2xl;
}

@layer utilities {
.font-cuts-0 {
font-variation-settings: 'cuts' 0, 'move' 0;
Expand All @@ -30,4 +35,4 @@ body {
font-variation-settings: 'cuts' 300, 'move' 300;
font-variant-ligatures: 'common-ligatures';
}
}
}

0 comments on commit f149255

Please sign in to comment.