Skip to main content
Glama
lallen30
by lallen30
Styles.ts1.62 kB
import { StyleSheet } from 'react-native'; import { colors } from '../../../theme/colors'; export const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: colors.white, }, calendar: { marginBottom: 0, }, contentContainer: { flex: 1, backgroundColor: colors.white, }, sectionHeader: { backgroundColor: colors.white, borderBottomWidth: 1, borderTopWidth: 1, borderColor: colors.light, }, sectionTitle: { color: colors.black, textAlign: 'center', }, titleContainer: { backgroundColor: colors.light, margin: 15, borderRadius: 8, shadowColor: colors.black, shadowOffset: { width: 0, height: 1, }, shadowOpacity: 0.1, shadowRadius: 2, elevation: 2, }, eventsContainer: { flex: 1, paddingHorizontal: 15, }, eventCard: { backgroundColor: colors.white, padding: 15, marginBottom: 12, borderRadius: 10, shadowColor: colors.black, shadowOffset: { width: 0, height: 2, }, shadowOpacity: 0.1, shadowRadius: 3, elevation: 3, borderWidth: 1, borderColor: colors.light, }, eventTitle: { fontSize: 16, fontWeight: 'bold', color: colors.black, marginBottom: 8, }, eventTime: { fontSize: 14, color: colors.secondary, marginBottom: 8, fontWeight: '500', }, eventLocation: { fontSize: 14, color: colors.dark, lineHeight: 20, }, noEventsText: { textAlign: 'center', color: colors.dark, fontSize: 15, paddingVertical: 20, fontStyle: 'italic', }, });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lallen30/mcp-remote-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server