Customizing Uploader Styling
Custom Button Styling
Themes
<script>
Osmos.configure({
theme: {
colors: {
primary: "#1888e2",
secondary: "#ffd626",
success: "#38d800",
warning: "#fba21d",
error: "#ef2929",
},
fonts: {
body: {
fontFamily: "'Roboto', 'Segoe UI', 'Oxygen', sans-serif",
},
h1: {
fontFamily: "'Beatrice', 'Segoe UI', 'Oxygen', sans-serif",
fontWeight: 500,
fontSize: 24,
lineHeight: '36px',
marginBottom: '16px',
},
h2: {
fontFamily: "'Roboto', 'Segoe UI', 'Oxygen', sans-serif",
fontWeight: 500,
},
h3: {
fontFamily: "'Roboto', 'Segoe UI', 'Oxygen', sans-serif",
fontWeight: 500,
},
},
buttons: {
borderRadius: '4px',
},
},
schema: {
// continue with Uploader snippet
}
})
</script>Theme Notes
Last updated
Was this helpful?
